From ca90977678ac603eaf93692e928133a2181c9e41 Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Sat, 20 Feb 2010 00:35:53 +0100 Subject: [PATCH] [build] Put shared automake code in Makefile.am.common Created a build/Makefile.am.common automake file to be included by every Makefile.am file. --- build/Makefile.am.common | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 build/Makefile.am.common diff --git a/build/Makefile.am.common b/build/Makefile.am.common new file mode 100644 index 00000000..ba35b277 --- /dev/null +++ b/build/Makefile.am.common @@ -0,0 +1,9 @@ +srcdir=@srcdir@ +abs_srcdir=@abs_srcdir@ +top_srcdir=@top_srcdir@ +abs_top_srcdir=@abs_top_srcdir@ +builddir=@builddir@ +abs_builddir=@abs_builddir@ +abs_top_builddir=@abs_top_builddir@ + +MSG_GEN=echo ' GEN '$@; -- 2.11.4.GIT