dist all source files
authorJuerg Billeter <j@bitron.ch>
Sat, 8 Mar 2008 17:28:49 +0000 (17:28 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Sat, 8 Mar 2008 17:28:49 +0000 (17:28 +0000)
2008-03-08  Juerg Billeter  <j@bitron.ch>

* tests/Makefile.am: dist all source files

svn path=/trunk/; revision=23

ChangeLog
tests/Makefile.am

index e4b2152..bdfbff2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-08  Jürg Billeter  <j@bitron.ch>
+
+       * tests/Makefile.am: dist all source files
+
 2008-02-26  Jürg Billeter  <j@bitron.ch>
 
        * Makefile.am, Makefile.decl, configure.ac, gee/Makefile.am,
index fe56e4f..624f5e9 100644 (file)
@@ -18,6 +18,7 @@ $(testarraylist_SOURCES): $(testarraylist_VALASOURCES)
        $(VALAC) --basedir $(top_srcdir) --vapidir $(top_srcdir)/gee --pkg gee-1.0 $^
        touch $@
 testarraylist_LDADD = $(progs_ldadd)
+EXTRA_DIST += $(testarraylist_VALASOURCES)
 
 TEST_PROGS += testhashmap
 testhashmap_VALASOURCES = testhashmap.vala
@@ -26,6 +27,7 @@ $(testhashmap_SOURCES): $(testhashmap_VALASOURCES)
        $(VALAC) --basedir $(top_srcdir) --vapidir $(top_srcdir)/gee --pkg gee-1.0 $^
        touch $@
 testhashmap_LDADD = $(progs_ldadd)
+EXTRA_DIST += $(testhashmap_VALASOURCES)
 
 TEST_PROGS += testhashset
 testhashset_VALASOURCES = testhashset.vala
@@ -34,6 +36,5 @@ $(testhashset_SOURCES): $(testhashset_VALASOURCES)
        $(VALAC) --basedir $(top_srcdir) --vapidir $(top_srcdir)/gee --pkg gee-1.0 $^
        touch $@
 testhashset_LDADD = $(progs_ldadd)
-
 EXTRA_DIST += $(testhashset_VALASOURCES)