summaryrefslogtreecommitdiff
path: root/src/libcore/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore/Makefile')
-rw-r--r--src/libcore/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcore/Makefile b/src/libcore/Makefile
index 53059eda20..23032ea6f7 100644
--- a/src/libcore/Makefile
+++ b/src/libcore/Makefile
@@ -166,7 +166,6 @@ libcore_la_LIBADD = \
$(outdir)/load-fragment-gperf-nulstr.c: $(outdir)/load-fragment-gperf.gperf
$(AM_V_GEN)$(AWK) 'BEGIN{ keywords=0 ; FS="," ; print "extern const char load_fragment_gperf_nulstr[];" ; print "const char load_fragment_gperf_nulstr[] ="} ; keyword==1 { print "\"" $$1 "\\0\"" } ; /%%/ { keyword=1} ; END { print ";" }' < $< > $@
-systemd.CPPFLAGS += -I$(topsrcdir)/src/libsystemd/libsystemd-internal/sd-bus
systemd.CPPFLAGS += -I$(topsrcdir)/src/libudev/src
systemd.CPPFLAGS += -DMOUNT_PATH=\"$(MOUNT_PATH)\"
systemd.CPPFLAGS += -DUMOUNT_PATH=\"$(UMOUNT_PATH)\"