summaryrefslogtreecommitdiff
path: root/src/libudev
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-09-15 01:56:36 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-09-15 01:56:36 -0400
commitbe6cdcb499515a8dc200440f9c0f95d16edbaa2d (patch)
tree9b7626a8a5341707648aa97f173954d0e94ca8d4 /src/libudev
parent3e439de4e3773f26c7efc8d84a57cf2530883739 (diff)
parentca23ffae30b2cd8e2ac7f54f77a6ff8c59e3876f (diff)
Merge branch 'notsystemd/postmove' into notsystemd/master
# Conflicts: # build-aux/Makefile.each.tail/50-sd.mk # build-aux/Makefile.each.tail/70-man.mk # src/grp-resolve/libbasic-dns/Makefile # src/grp-system/libcore/Makefile # tools/notsd-move
Diffstat (limited to 'src/libudev')
-rw-r--r--src/libudev/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libudev/Makefile b/src/libudev/Makefile
index 8224a52d8b..1e42e62d17 100644
--- a/src/libudev/Makefile
+++ b/src/libudev/Makefile
@@ -34,7 +34,6 @@ rootlib_LTLIBRARIES += \
libudev.la
libudev_la_LDFLAGS = \
- $(AM_LDFLAGS) \
-version-info $(LIBUDEV_CURRENT):$(LIBUDEV_REVISION):$(LIBUDEV_AGE) \
-Wl,--version-script=$(srcdir)/libudev.sym
@@ -54,7 +53,6 @@ $(outdir)/test-libudev-sym.c: \
nodist_test_libudev_sym_SOURCES = \
test-libudev-sym.c
test_libudev_sym_CFLAGS = \
- $(AM_CFLAGS) \
-Wno-deprecated-declarations
test_libudev_sym_LDADD = \
libudev.la