diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-11-04 15:16:35 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-11-04 15:16:35 +0100 |
commit | 6a90a5124a5e500fa522ad22e1527bc47d9b4c3d (patch) | |
tree | 0a5fafaf9e1004535ecb4b6a92c2a1836b3f27dd /Makefile.am | |
parent | 6dd19db57c672995aa814d3f9cfd1df9d5b723ef (diff) |
make: tweak some autofoo according to Flameeyes' recommendations for libabc
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a67e2f34fa..340b2e1ce4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,6 +61,7 @@ libudev_libudev_la_SOURCES =\ libudev/libudev-queue.c libudev_libudev_la_LDFLAGS = \ + $(AM_LDFLAGS) \ -version-info $(LIBUDEV_CURRENT):$(LIBUDEV_REVISION):$(LIBUDEV_AGE) noinst_LTLIBRARIES = \ |