Browse Source

[trac810] Fix Makefile

Michal 'vorner' Vaner 14 years ago
parent
commit
8ac28e2101
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/cfgmgr/tests/Makefile.am

+ 1 - 1
src/bin/cfgmgr/tests/Makefile.am

@@ -1,7 +1,7 @@
 PYCOVERAGE_RUN = @PYCOVERAGE_RUN@
 PYTESTS = b10-cfgmgr_test.py
 
-EXTRA_DIST = $(PYTESTS)
+EXTRA_DIST = $(PYTESTS) testdata/plugins/testplugin.py
 
 # test using command-line arguments, so use check-local target instead of TESTS
 check-local: