summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@gmail.com>2016-06-24 22:10:37 -0400
committerFelipe Sateler <fsateler@gmail.com>2016-06-24 22:34:39 -0400
commit8537a389b85473d2c609e46b6a869400938bccd2 (patch)
tree9db311b15cb870ef32e59e432b115d60c537e5e5 /Makefile.am
parentd946fb596f7ed010dce6685a499e0aebef00e451 (diff)
build-sys: do not recompile everything for libsystemd
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am16
1 files changed, 4 insertions, 12 deletions
diff --git a/Makefile.am b/Makefile.am
index dd62affded..c25a7c9d8d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3177,16 +3177,7 @@ EXTRA_DIST += \
src/libsystemd/sd-bus/DIFFERENCES \
src/libsystemd/sd-bus/GVARIANT-SERIALIZATION
-libsystemd_la_SOURCES = \
- $(libsystemd_internal_la_SOURCES) \
- $(libsystemd_journal_internal_la_SOURCES)
-
-nodist_libsystemd_la_SOURCES = \
- $(nodist_libsystemd_internal_la_SOURCES)
-
-libsystemd_la_CFLAGS = \
- $(libsystemd_internal_la_CFLAGS) \
- $(libsystemd_journal_internal_la_CFLAGS)
+libsystemd_la_SOURCES =
libsystemd_la_LDFLAGS = \
$(AM_LDFLAGS) \
@@ -3194,8 +3185,9 @@ libsystemd_la_LDFLAGS = \
-Wl,--version-script=$(top_srcdir)/src/libsystemd/libsystemd.sym
libsystemd_la_LIBADD = \
- $(libsystemd_internal_la_LIBADD) \
- $(libsystemd_journal_internal_la_LIBADD)
+ libsystemd-internal.la \
+ libbasic.la \
+ libsystemd-journal-internal.la
libsystemd-install-hook:
libname=libsystemd.so && $(move-to-rootlibdir)