summaryrefslogtreecommitdiff
path: root/recordmydesktop
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
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')
-rw-r--r--recordmydesktop/Makefile.am4
-rw-r--r--recordmydesktop/configure.ac3
-rw-r--r--recordmydesktop/include/Makefile.am1
3 files changed, 5 insertions, 3 deletions
diff --git a/recordmydesktop/Makefile.am b/recordmydesktop/Makefile.am
index 86af0cd..caee5a1 100644
--- a/recordmydesktop/Makefile.am
+++ b/recordmydesktop/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = src doc
+SUBDIRS = src doc include
+
-EXTRA_DIST=include
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
diff --git a/recordmydesktop/include/Makefile.am b/recordmydesktop/include/Makefile.am
new file mode 100644
index 0000000..1877046
--- /dev/null
+++ b/recordmydesktop/include/Makefile.am
@@ -0,0 +1 @@
+noinst_HEADERS= recordmydesktop.h
© All Rights Reserved