summaryrefslogtreecommitdiff
path: root/recordmydesktop/configure.ac
diff options
context:
space:
mode:
authoriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2006-11-25 15:58:36 +0000
committeriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2006-11-25 15:58:36 +0000
commit960e76207491b120eb41887ca95d190f62c8edca (patch)
tree22c605f4b17393d450d0dd0277af40a9cccdfb69 /recordmydesktop/configure.ac
parenta6dde5907174f22bf9619a615c73ea072cc2bde0 (diff)
corrected headers inclusion in project.
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@197 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'recordmydesktop/configure.ac')
-rw-r--r--recordmydesktop/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/recordmydesktop/configure.ac b/recordmydesktop/configure.ac
index 894eeb3..1c5a77c 100644
--- a/recordmydesktop/configure.ac
+++ b/recordmydesktop/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ(2.59)
AC_INIT(src/recordmydesktop.c)
-AM_INIT_AUTOMAKE(recordmydesktop,0.3.0r1,)
+AM_INIT_AUTOMAKE(recordmydesktop,0.3.0r2,)
AC_CONFIG_SRCDIR([src/recordmydesktop.c])
AM_CONFIG_HEADER(config.h)
@@ -66,6 +66,7 @@ AC_FUNC_MALLOC
AC_CONFIG_FILES([Makefile
src/Makefile
+ include/Makefile
doc/Makefile ])
AC_OUTPUT
© All Rights Reserved