summaryrefslogtreecommitdiff
path: root/recordmydesktop
diff options
context:
space:
mode:
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