[systemd-commits] Makefile.am

Lennart Poettering lennart at kemper.freedesktop.org
Thu Feb 20 00:31:19 CET 2014


 Makefile.am |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 62ae6dd4fa3eb127554b0a72ea9aebc992463276
Author: Lennart Poettering <lennart at poettering.net>
Date:   Thu Feb 20 00:25:37 2014 +0100

    build-sys: add linkwarning.h to tarball

diff --git a/Makefile.am b/Makefile.am
index 02a1aae..c538e7c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4341,6 +4341,9 @@ clean-python:
 # ------------------------------------------------------------------------------
 if ENABLE_COMPAT_LIBS
 
+EXTRA_DIST += \
+	src/compat-libs/linkwarning.h
+
 define generate-fake-lib
 	$(AM_V_at)$(MKDIR_P) $(dir $@)
 	$(AM_V_GEN)sed -r -n 's/^ +(sd_.*);/void new_\1(void);\n__asm__(".symver new_\1,\1 at LIBSYSTEMD_209");\nstatic void (*resolve_\1(void)) (void) {\n\treturn new_\1;\n}\nvoid \1(void) __attribute__((ifunc("resolve_\1")));\nobsolete_lib(\1,$(notdir $(basename $<)));\n/p' <$< >$@



More information about the systemd-commits mailing list