[longomatch/gameunits: 1/12] Fix make distcheck



commit 45b383360be68584ce55c28eec50baab2cc3276d
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Fri Nov 4 21:39:57 2011 +0100

    Fix make distcheck

 Makefile.am        |    1 +
 configure.ac       |    1 +
 images/Makefile.am |    9 +++++++++
 3 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 6768733..4d2128d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,6 +4,7 @@ EXTRA_DIST =\
 
 SUBDIRS = \
 	build \
+	images \
 	libcesarplayer \
 	LongoMatch.Core \
 	LongoMatch.Multimedia \
diff --git a/configure.ac b/configure.ac
index cd269ee..545aaf1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -96,6 +96,7 @@ build/m4/Makefile
 build/m4/shave/shave
 build/m4/shave/shave-libtool
 
+images/Makefile
 libcesarplayer/Makefile
 
 LongoMatch.Core/Makefile
diff --git a/images/Makefile.am b/images/Makefile.am
new file mode 100644
index 0000000..518d063
--- /dev/null
+++ b/images/Makefile.am
@@ -0,0 +1,9 @@
+DISTCLEANFILES =\
+	longomatch.png \
+	video.png \
+	stock_draw-freeform-line.png \
+	stock_draw-rectangle-unfilled.png \
+	stock_draw-line-ends-with-arrow.png \
+	camera-video.png \
+	stock_draw-circle-unfilled.png \
+	stock_draw-line-45.png



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