Add missing files to distribution.
authorStef Walter <stefw@collabora.co.uk>
Wed, 22 Dec 2010 15:17:58 +0000 (15:17 +0000)
committerStef Walter <stefw@collabora.co.uk>
Wed, 22 Dec 2010 15:17:58 +0000 (15:17 +0000)
egg/tests/Makefile.am
gck/tests/Makefile.am
gcr/tests/Makefile.am

index 21d86aa..4db2975 100644 (file)
@@ -24,15 +24,15 @@ UNIT_PROMPT =
 TESTING_LIBS =  \
        $(top_builddir)/egg/libegg.la
 
-EXTRA_DIST = \
-       test.asn \
-       test-data
-
 include $(top_srcdir)/testing/testing.make
 
 BUILT_SOURCES += \
        asn1-def-test.c
 
+EXTRA_DIST += \
+       test.asn \
+       test-data
+
 # ------------------------------------------------------------------------------
 
 noinst_PROGRAMS += \
index 81632e7..eb3c243 100644 (file)
@@ -21,11 +21,11 @@ TESTING_LIBS = \
        $(top_builddir)/gck/libgck.la \
        libmock-test-module.la
 
-EXTRA_DIST = \
-       gck-test.h
-
 include $(top_srcdir)/testing/testing.make
 
+EXTRA_DIST += \
+       gck-test.h
+
 # ------------------------------------------------------------------------
 
 lib_LTLIBRARIES = libmock-test-module.la
index 3454af5..fab95d8 100644 (file)
@@ -20,7 +20,7 @@ TESTING_FLAGS = \
 
 include $(top_srcdir)/testing/testing.make
 
-EXTRA_DIST = \
+EXTRA_DIST += \
        test-data
 
 # ------------------------------------------------------------------