Parcourir la source

[trac810] Fix Makefile

Michal 'vorner' Vaner il y a 14 ans
Parent
commit
8ac28e2101
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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: