summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-10-26 16:31:13 +0100
committerPete Batard <pbatard@gmail.com>2010-10-26 16:31:13 +0100
commit5a2aa170f3a5ba651c76542ea6e65d4d78bcf3b6 (patch)
treef057952cff41a42889980d025be050e254905c0e /configure.ac
parent281d8009bec0a46c28b4717c2c14630172dd2593 (diff)
downloadlibusb-5a2aa170f3a5ba651c76542ea6e65d4d78bcf3b6.tar.gz
removed SetupAPI, AdvAPI32 and OLE32 dependencies
* this ensures that libusb dependent applications only need to link with libusb on Windows
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index cf12516..fef7168 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,7 +73,6 @@ case $host in
backend="windows"
threads="windows"
create_import_lib="yes"
- PC_LIBS_PRIVATE="-lsetupapi -lole32 -ladvapi32"
LIBS="${LIBS} ${PC_LIBS_PRIVATE}"
# -avoid-version to avoid a naming scheme such as libusb-0.dll
AM_LDFLAGS="-no-undefined -avoid-version -Wl,--add-stdcall-alias"
@@ -88,7 +87,6 @@ case $host in
AC_MSG_RESULT([Windows])
backend="windows"
threads="posix"
- PC_LIBS_PRIVATE="-lsetupapi -lole32 -ladvapi32"
LIBS="${LIBS} ${PC_LIBS_PRIVATE}"
AM_CFLAGS="-std=c99"
AM_LDFLAGS="-no-undefined -avoid-version"