diff options
Diffstat (limited to 'src/libsystemd-shared')
-rw-r--r-- | src/libsystemd-shared/src/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/libsystemd-shared/src/Makefile b/src/libsystemd-shared/src/Makefile index 62fe215e3f..a8f08e8934 100644 --- a/src/libsystemd-shared/src/Makefile +++ b/src/libsystemd-shared/src/Makefile @@ -135,6 +135,8 @@ libsystemd_shared_la_CFLAGS = \ libsystemd_shared_la_LIBADD = \ libsystemd-internal.la \ + libsystemd-basic.la \ + libsystemd-journal-internal.la \ libudev-internal.la \ $(ACL_LIBS) \ $(LIBIDN_LIBS) \ @@ -146,6 +148,15 @@ libsystemd_shared_la_CFLAGS = \ $(SECCOMP_CFLAGS) \ -fvisibility=default +libsystemd_shared_la_LIBADD = \ + $(libsystemd_basic_la_LIBADD) \ + $(libsystemd_internal_la_LIBADD) \ + $(libsystemd_journal_internal_la_LIBADD) \ + $(libudev_internal_la_LIBADD) \ + $(ACL_LIBS) \ + $(LIBIDN_LIBS) \ + $(SECCOMP_LIBS) + libsystemd_shared_la_LDFLAGS = \ -release $(PACKAGE_VERSION) |