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, 4 insertions, 0 deletions
diff --git a/src/libsystemd/Makefile b/src/libsystemd/Makefile index 79cfae8f47..2a9315f106 100644 --- a/src/libsystemd/Makefile +++ b/src/libsystemd/Makefile @@ -280,4 +280,5 @@ 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 9ac9d1b560..44c4755d36 100644 --- a/src/libsystemd/compat-libs/Makefile +++ b/src/libsystemd/compat-libs/Makefile @@ -143,4 +143,5 @@ 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 079d9c4745..f855da96ce 100644 --- a/src/libsystemd/libsystemd-internal/Makefile +++ b/src/libsystemd/libsystemd-internal/Makefile @@ -120,4 +120,5 @@ libsystemd_internal_la_LIBADD = \ noinst_LTLIBRARIES += \ libsystemd-internal.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 4e1f7327ae..09677d6e5e 100644 --- a/src/libsystemd/libsystemd-journal-internal/Makefile +++ b/src/libsystemd/libsystemd-journal-internal/Makefile @@ -94,4 +94,5 @@ endif noinst_LTLIBRARIES += \ libsystemd-journal-internal.la +$(eval $(value automake2autothing)) include $(topsrcdir)/build-aux/Makefile.tail.mk |