OSDN Git Service

config: use LDADD to obtain appropriate dependencies
authorGaetan Nadon <memsize@videotron.ca>
Fri, 15 Oct 2010 21:34:16 +0000 (17:34 -0400)
committerGaetan Nadon <memsize@videotron.ca>
Fri, 15 Oct 2010 21:34:16 +0000 (17:34 -0400)
In generated scanpci/Makefile, this line is added:
scanpci_DEPENDENCIES = $(top_builddir)/src/libpciaccess.la

If the content of the library changes, the tool will rebuild.
When scanpci was in the same directory as the library, the .la file was used.
This will also ensure the "installed" pciaccess library is not used.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
scanpci/Makefile.am

index 6fdf86e..68d54f4 100644 (file)
@@ -24,6 +24,6 @@
 noinst_PROGRAMS = scanpci
 
 AM_CPPFLAGS = -I$(top_srcdir)/include
-AM_LDFLAGS =  -L$(top_builddir)/src -lpciaccess
+LDADD =  $(top_builddir)/src/libpciaccess.la
 
 scanpci_SOURCES = scanpci.c