summaryrefslogtreecommitdiff
path: root/src/libcore
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-05-26 01:06:02 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-05-26 01:06:02 -0400
commit88d0127d07f0de5b0aa536deaf2b84877a402a6b (patch)
tree066de356346419669f017bf8350691af3d0422e0 /src/libcore
parent9155dec335ce55c5443088595717f282aa27f055 (diff)
parenteeea4ae0f9e1652e553015c7db7d640ec172a7b5 (diff)
Merge branch 'lukeshu-postmove' into lukeshu
# Conflicts: # src/libshared/Makefile
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/libcore/Makefile b/src/libcore/Makefile
index 87ec8ef9c3..90241bfba2 100644
--- a/src/libcore/Makefile
+++ b/src/libcore/Makefile
@@ -166,15 +166,3 @@ src/core/load-fragment-gperf-nulstr.c: src/core/load-fragment-gperf.gperf
$(AM_V_at)$(MKDIR_P) $(dir $@)
$(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_shutdown_SOURCES = \
- src/core/umount.c \
- src/core/umount.h \
- src/core/shutdown.c \
- src/core/mount-setup.c \
- src/core/mount-setup.h \
- src/core/killall.h \
- src/core/killall.c
-
-systemd_shutdown_LDADD = \
- libshared.la
-