[monet/style-stylable] Fix distcheck



commit 1d622ecca68b1a049bfffca8f2fd5888e46ae3da
Author: Thomas Wood <thomas wood intel com>
Date:   Fri Sep 18 15:37:03 2009 +0100

    Fix distcheck

 monet/Makefile.am |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/monet/Makefile.am b/monet/Makefile.am
index 2b8cae7..3ba69b6 100644
--- a/monet/Makefile.am
+++ b/monet/Makefile.am
@@ -1,4 +1,5 @@
 AM_CFLAGS = $(MONET_CFLAGS) $(MONET_MAINTAINER_CFLAGS) -DMONET_COMPILATION
+INCLUDES = -I$(top_srcdir)
 
 BUILT_SOURCES = \
 	mn-marshal.h \
@@ -7,7 +8,8 @@ BUILT_SOURCES = \
 	mn-enum-types.c
 
 STAMP_FILES = \
-	stamp-mn-enum-types.h
+	stamp-mn-enum-types.h \
+	stamp-mn-marshal.h
 
 source_h = \
 	mn-color.h \
@@ -82,7 +84,11 @@ monetinclude_DATA = \
 	$(source_h) \
 	$(top_builddir)/monet/mn-enum-types.h
 
-EXTRA_DIST = $(BUILT_SOURCES) mn-marshal.list
+EXTRA_DIST = \
+	mn-marshal.list \
+	mn-enum-types.h.in \
+	mn-enum-types.c.in
+
 CLEANFILES = $(BUILT_SOURCES) $(STAMP_FILES)
 
 -include $(top_srcdir)/git.mk



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