summaryrefslogtreecommitdiff
path: root/src/libsystemd/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-07 02:50:07 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-07 02:50:07 -0400
commit590eca26c13f4d704b2fc614e7ef49b600e6b5e0 (patch)
tree0ce57d70ead69a55809c631d605d4fd2b6c853ef /src/libsystemd/Makefile
parentd10902f55ae7aed2eeffedcd29d8ced80ec903ba (diff)
parentf0c56a8635949d284e6fb61e04d07e9a8e2b429b (diff)
Merge branch 'lukeshu/postmove' into lukeshu/master
# Conflicts: # build-aux/Makefile.each.tail/20-systemd.mk # build-aux/Makefile.once.head/20-systemd.mk # build-aux/Makefile.once.tail/20-systemd.mk # config.mk.in # src/busctl/Makefile # src/grp-boot/bootctl/Makefile # src/grp-boot/systemd-boot/Makefile # src/grp-coredump/coredumpctl/Makefile # src/grp-coredump/systemd-coredump/Makefile # src/grp-machine/libmachine-core/Makefile # src/grp-machine/nss-mymachines/Makefile # src/libbasic/Makefile # src/libfirewall/Makefile # src/libshared/Makefile # src/libsystemd/Makefile # src/libsystemd/libsystemd-internal/Makefile # src/libsystemd/libsystemd-journal-internal/Makefile # src/libudev/src/Makefile # src/systemd-nspawn/Makefile
Diffstat (limited to 'src/libsystemd/Makefile')
-rw-r--r--src/libsystemd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/Makefile b/src/libsystemd/Makefile
index 47db55a00d..7728d0f911 100644
--- a/src/libsystemd/Makefile
+++ b/src/libsystemd/Makefile
@@ -126,11 +126,11 @@ nodist_test_libsystemd_sym_SOURCES = \
test_libsystemd_sym_LDADD = \
libsystemd.la
-$(eval $(value automake2autothing))
$(outdir)/libsystemd.la: $(srcdir)/libsystemd.sym
$(outdir)/libsystemd.la: $(outdir)/libsystemd-internal/libsystemd-internal.la
$(outdir)/libsystemd.la: $(outdir)/libsystemd-journal-internal/libsystemd-journal-internal.la
at.subdirs += libsystemd-internal libsystemd-journal-internal
systemd.sed_files += libsystemd.pc
#at.subdirs += compat-libs
+
include $(topsrcdir)/build-aux/Makefile.tail.mk