diff options
Diffstat (limited to 'src/libsystemd')
-rw-r--r-- | src/libsystemd/Makefile | 1 | ||||
-rw-r--r-- | src/libsystemd/compat-libs/Makefile | 1 | ||||
-rw-r--r-- | src/libsystemd/libsystemd-internal/Makefile | 1 | ||||
-rw-r--r-- | src/libsystemd/libsystemd-journal-internal/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/libsystemd/Makefile b/src/libsystemd/Makefile index 43d06ad24f..ea2c35d62a 100644 --- a/src/libsystemd/Makefile +++ b/src/libsystemd/Makefile @@ -126,5 +126,4 @@ nodist_test_libsystemd_sym_SOURCES = \ test_libsystemd_sym_LDADD = \ libsystemd.la -$(eval $(value automake2autothing)) include $(topsrcdir)/build-aux/Makefile.tail.mk diff --git a/src/libsystemd/compat-libs/Makefile b/src/libsystemd/compat-libs/Makefile index eb3787659d..1c2527ae28 100644 --- a/src/libsystemd/compat-libs/Makefile +++ b/src/libsystemd/compat-libs/Makefile @@ -143,5 +143,4 @@ EXTRA_DIST += \ src/compat-libs/libsystemd-id128.pc.in \ src/compat-libs/libsystemd-daemon.pc.in -$(eval $(value automake2autothing)) include $(topsrcdir)/build-aux/Makefile.tail.mk diff --git a/src/libsystemd/libsystemd-internal/Makefile b/src/libsystemd/libsystemd-internal/Makefile index 23090bd7be..b22e645d98 100644 --- a/src/libsystemd/libsystemd-internal/Makefile +++ b/src/libsystemd/libsystemd-internal/Makefile @@ -250,5 +250,4 @@ test_resolve_SOURCES = \ test_resolve_LDADD = \ libshared.la -$(eval $(value automake2autothing)) include $(topsrcdir)/build-aux/Makefile.tail.mk diff --git a/src/libsystemd/libsystemd-journal-internal/Makefile b/src/libsystemd/libsystemd-journal-internal/Makefile index dffb4176ee..aa8c5546c4 100644 --- a/src/libsystemd/libsystemd-journal-internal/Makefile +++ b/src/libsystemd/libsystemd-journal-internal/Makefile @@ -108,5 +108,4 @@ endif # HAVE_GCRYPT noinst_LTLIBRARIES += \ libsystemd-journal-internal.la -$(eval $(value automake2autothing)) include $(topsrcdir)/build-aux/Makefile.tail.mk |