summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-12 14:47:42 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-12 14:47:42 -0400
commit2fb6771cd954cc939aefa28b48e6c7a3ef0f5687 (patch)
tree196fecaa3979075df05239fe342ac260af23d9eb /src
parentb9f0fd85e4272009427ea233ffc88dae3ee881b2 (diff)
parenteae97e4b12f3b56fdcea21e1da1dbd7df396596a (diff)
Merge branch 'lukeshu/postmove' into lukeshu/master
# Conflicts: # src/libudev/src/Makefile
Diffstat (limited to 'src')
-rw-r--r--src/libudev/src/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/libudev/src/Makefile b/src/libudev/src/Makefile
index 69d6573b5f..99f5c64fda 100644
--- a/src/libudev/src/Makefile
+++ b/src/libudev/src/Makefile
@@ -61,6 +61,12 @@ pkgconfiglib_DATA += \
EXTRA_DIST += \
src/libudev/libudev.pc.in
+noinst_LTLIBRARIES += \
+ libudev-internal.la
+
+libudev_internal_la_SOURCES =\
+ $(libudev_la_SOURCES)
+
$(outdir)/test-libudev-sym.c: \
$(srcdir)/libudev.sym \
$(srcdir)/udev.h
@@ -74,16 +80,9 @@ test_libudev_sym_CFLAGS = \
test_libudev_sym_LDADD = \
libudev.la
-noinst_LTLIBRARIES += \
- libudev-internal.la
-
-libudev_internal_la_SOURCES =\
- $(libudev_la_SOURCES)
-
-systemd.sed_files += libudev.pc
-
libudev_la_LIBADD += libbasic.la # was hidden by libsystemd->libbasic
systemd.CPPFLAGS += -I$(topsrcdir)/src/libsystemd/libsystemd-internal/sd-device
systemd.CPPFLAGS += -I$(topsrcdir)/src/libsystemd/libsystemd-internal/sd-hwdb
+systemd.sed_files += libudev.pc
include $(topsrcdir)/build-aux/Makefile.tail.mk