[libgis] Add more files to dist



commit 8a37b053892a8cd694fb15f90157798ec1826887
Author: Andy Spencer <andy753421 gmail com>
Date:   Mon May 10 05:35:40 2010 +0000

    Add more files to dist

 docs/api/Makefile.am    |    8 ++++----
 src/plugins/Makefile.am |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/docs/api/Makefile.am b/docs/api/Makefile.am
index fce5ed9..444de10 100644
--- a/docs/api/Makefile.am
+++ b/docs/api/Makefile.am
@@ -1,4 +1,4 @@
-AM_CPPFLAGS=$(SOUP_CFLAGS) $(GLIB_CFLAGS) $(GTK_CFLAGS)
+AM_CPPFLAGS = $(SOUP_CFLAGS) $(GLIB_CFLAGS) $(GTK_CFLAGS)
 
 
 # Gtk docs
@@ -16,10 +16,10 @@ CLEANFILES += libgis-sections.txt
 
 # Man pages 
 man_MANS = gis-demo.1
-%.1 : %.xml 
+%.1: %.xml 
 	xsltproc -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
-BUILT_EXTRA_DIST = $(man_MANS)
+EXTRA_DIST += $(man_MANS)
 
 
-MAINTAINERCLEANFILES=\
+MAINTAINERCLEANFILES = \
 	tmpl/* Makefile.in libgis-overrides.txt libgis.types libgis-scan.*
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index 3595bbf..bc08298 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -16,7 +16,7 @@ test_la_SOURCES     = test.c test.h
 
 noinst_LTLIBRARIES  = teapot.la
 teapot_la_SOURCES   = \
-	$(top_srcdir)/examples/plugin/teapot.c
+	$(top_srcdir)/examples/plugin/teapot.c \
 	$(top_srcdir)/examples/plugin/teapot.h
 
 test:



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