Browse Source

[1261] more adjustment for distcheck

JINMEI Tatuya 13 years ago
parent
commit
1e0d70a994
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/bin/xfrin/tests/Makefile.am

+ 2 - 2
src/bin/xfrin/tests/Makefile.am

@@ -1,8 +1,8 @@
+SUBDIRS = testdata .
+
 PYCOVERAGE_RUN=@PYCOVERAGE_RUN@
 PYTESTS = xfrin_test.py
 EXTRA_DIST = $(PYTESTS)
-EXTRA_DIST += testdata/example.com # not necessarily needed, but for reference
-EXTRA_DIST += testdata/example.com.sqlite3
 
 # If necessary (rare cases), explicitly specify paths to dynamic libraries
 # required by loadable python modules.