[niepce] [cw] Fix maintainer mode build.



commit 01fd94421a584296b58c553aa509dc29dcf199dc
Author: Hubert Figuiere <hub figuiere net>
Date:   Fri May 22 15:01:48 2009 -0400

    [cw] Fix maintainer mode build.
---
 Makefile.am            |    2 +-
 camerawire/ChangeLog   |    5 +++++
 camerawire/Makefile.am |   11 +++++++++++
 3 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 362f530..f2f72ba 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,5 +11,5 @@ DISTCLEANFILES = intltool-extract \
                  intltool-update \
                  po/.intltool-merge-cache
 
-SUBDIRS = po data src
+SUBDIRS = po data src camerawire
 DIST_SUBDIRS = po art data doc src
\ No newline at end of file
diff --git a/camerawire/ChangeLog b/camerawire/ChangeLog
index aeb21bd..fe7a538 100644
--- a/camerawire/ChangeLog
+++ b/camerawire/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-22  Hubert Figuiere  <hub figuiere net>
+
+	* Makefile.am: 
+	Fix maintainer mode build.
+
 2009-05-21  Hubert Figuiere  <hub figuiere net>
 
 	* Initial UI shell.
diff --git a/camerawire/Makefile.am b/camerawire/Makefile.am
index 60db302..c1b9041 100644
--- a/camerawire/Makefile.am
+++ b/camerawire/Makefile.am
@@ -1,3 +1,14 @@
+ACLOCAL_AMFLAGS = -I m4
 
+EXTRA_DIST = COPYING AUTHORS README
+
+INTLTOOL_FILES = intltool-extract.in \
+                 intltool-merge.in \
+                 intltool-update.in
+
+DISTCLEANFILES = intltool-extract \
+                 intltool-merge \
+                 intltool-update \
+                 po/.intltool-merge-cache
 
 SUBDIRS = src
\ No newline at end of file



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]