summaryrefslogtreecommitdiff
path: root/src/libshared/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/libshared/Makefile')
-rw-r--r--src/libshared/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libshared/Makefile b/src/libshared/Makefile
index 052865e882..914b38868f 100644
--- a/src/libshared/Makefile
+++ b/src/libshared/Makefile
@@ -27,8 +27,6 @@ noinst_LTLIBRARIES += \
libshared.la
libshared_la_SOURCES = \
- src/libsystemd/sd-netlink/local-addresses.h \
- src/libsystemd/sd-netlink/local-addresses.c \
src/shared/output-mode.h \
src/shared/output-mode.c \
src/shared/gpt.h \
@@ -136,7 +134,6 @@ libshared_la_CFLAGS = \
libshared_la_LIBADD = \
libsystemd-internal.la \
- libsystemd-journal-internal.la \
libudev-internal.la \
$(ACL_LIBS) \
$(LIBIDN_LIBS) \
@@ -148,9 +145,6 @@ test_local_addresses_SOURCES = \
test_local_addresses_LDADD = \
libshared.la
-systemd.CPPFLAGS += -I$(topsrcdir)/src/libsystemd/libsystemd-journal-internal
-systemd.CPPFLAGS += -I$(topsrcdir)/src/libsystemd/libsystemd-internal/sd-bus
-
systemd.CPPFLAGS += -DPKGSYSCONFDIR=\"$(pkgsysconfdir)\"
systemd.CPPFLAGS += -DSYSTEM_CONFIG_UNIT_PATH=\"$(pkgsysconfdir)/system\"
systemd.CPPFLAGS += -DSYSTEM_DATA_UNIT_PATH=\"$(systemunitdir)\"