[gnome-calculator] Fix distcheck



commit 2449e13fa73f365bf527a3de2624bd807c15956f
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Fri May 22 10:14:52 2015 -0500

    Fix distcheck
    
    We were distributing too much, including the entire tests directory.

 Makefile.am       |    6 ------
 tests/Makefile.am |    9 +++++++++
 2 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index dc1515c..becd53c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,6 @@ SUBDIRS = data lib src search-provider tests help po
 # Temporary fix for JHBuild, see https://bugzilla.gnome.org/show_bug.cgi?id=641652
 ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4
 
-DISTCLEANFILES = test-driver
 DISTCHECK_CONFIGURE_FLAGS = --enable-installed-tests
 
 MAINTAINERCLEANFILES = \
@@ -11,11 +10,6 @@ MAINTAINERCLEANFILES = \
        $(GITIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN) \
        $(GITIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL)
 
-EXTRA_DIST = \
-       autogen.sh \
-       gnome-calculator.doap \
-       tests
-
 @BEHAVE_INSTALLED_TESTS_RULE@
 INSTALLED_TESTS=basic_mode advanced_mode financial_mode programming_mode
 INSTALLED_TESTS_TYPE=session-exclusive
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 90e5676..e352679 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -57,4 +57,13 @@ test_serializer_LDADD = \
        -lm \
        $(top_builddir)/lib/libcalculator.la
 
+EXTRA_DIST = \
+       steps \
+       common_steps.py \
+       environment.py \
+       advanced_mode.feature \
+       basic_mode.feature \
+       financial_mode.feature \
+       programming_mode.feature
+
 -include $(top_srcdir)/git.mk


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