summaryrefslogtreecommitdiff
path: root/src/libcore/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore/Makefile')
-rw-r--r--src/libcore/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libcore/Makefile b/src/libcore/Makefile
index 90241bfba2..935c0c968c 100644
--- a/src/libcore/Makefile
+++ b/src/libcore/Makefile
@@ -20,6 +20,9 @@
#
# You should have received a copy of the GNU Lesser General Public License
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk
+include $(topsrcdir)/build-aux/Makefile.head.mk
+
noinst_LTLIBRARIES += \
libcore.la
@@ -166,3 +169,4 @@ 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 ";" }' < $< > $@
+include $(topsrcdir)/build-aux/Makefile.tail.mk