From 5a2aa170f3a5ba651c76542ea6e65d4d78bcf3b6 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Tue, 26 Oct 2010 16:31:13 +0100 Subject: removed SetupAPI, AdvAPI32 and OLE32 dependencies * this ensures that libusb dependent applications only need to link with libusb on Windows --- configure.ac | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure.ac') 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" -- cgit v1.2.1