[blam/blam-1.8.10] Include sources in the dist



commit 616fefbd3ea2f21b17230e072074e1dce206e230
Author: Carlos MartÃn Nieto <carlos cmartin tk>
Date:   Sun Dec 4 18:36:14 2011 +0100

    Include sources in the dist

 Makefile.am     |    1 +
 lib/Makefile.am |    3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 7371e2c..c9afe72 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,5 @@
 SUBDIRS = icons lib src themes po
+DIST_SUBDIRS = $(SUBDIRS)
 
 desktop_in_files=blam.desktop.in
 desktop_files=$(desktop_in_files:.desktop.in=.desktop)
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 94cb3ed..fd4d711 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -10,8 +10,7 @@ feed_FLAGS = /target:library
 
 rf_SOURCES = RSSFeed.cs
 
-EXTRA_DIST = $(extra_lib_DATA) \
-	     $(af_SOURCES) \
+DIST_SOURCES = $(af_SOURCES) \
 	     $(rf_SOURCES)
 
 all: AtomFeed.dll RSSFeed.dll



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