summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-02-27 21:41:40 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-02-27 21:41:40 +0100
commit489d24b2d3e91762354023127fdaf384c2570427 (patch)
tree85db1e2505522429dc9b8cba84e4578dc0f92516 /configure.ac
parent2eda46ed24d5c22dd895d3eebd8af931be4fefdc (diff)
downloadcataract-489d24b2d3e91762354023127fdaf384c2570427.tar.xz
Dist templates
Dist sample source structure - automake always deference symlinks, we need to find better way to handle the sample structure
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
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
-
-