configure.ac: Clean up PC_LIBS_PRIVATE and AM_LDFLAGS
authorPeter Stuge <peter@stuge.se>
Sun, 21 Nov 2010 22:38:46 +0000 (23:38 +0100)
committerPeter Stuge <peter@stuge.se>
Mon, 13 Jun 2011 20:01:43 +0000 (22:01 +0200)
commit3cbe5736469c1c52049752c137ae11387e9b079d
tree8c63134e3f944e4d7a6cddc265c49e050424ca45
parentef39d1510580b9fcbacf13443fa7a4e553a9a88e
configure.ac: Clean up PC_LIBS_PRIVATE and AM_LDFLAGS

Move linker options for when linking the library itself from
PC_LIBS_PRIVATE into AM_LDFLAGS. PC_LIBS_PRIVATE should only
contain flags needed to link applications statically against libusb.
Fixes #72.
configure.ac