From 489d24b2d3e91762354023127fdaf384c2570427 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Fri, 27 Feb 2009 21:41:40 +0100 Subject: Dist templates Dist sample source structure - automake always deference symlinks, we need to find better way to handle the sample structure --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 1829de6..1a1ea7e 100644 --- a/configure.ac +++ b/configure.ac @@ -94,10 +94,11 @@ AC_DEFINE_UNQUOTED(APP_BUILD_DATE, ["$APP_BUILD_DATE"], [build date]) AC_DEFINE_UNQUOTED(APP_COPYRIGHT_STRING, ["$APP_COPYRIGHT_STRING"], [copyright string]) + AC_CONFIG_FILES([ Makefile src/Makefile + templates/Makefile + sample/Makefile ]) AC_OUTPUT - - -- cgit v1.2.3