Fix dist target

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19536 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2007-08-14 01:30:33 +00:00
parent 131edb2214
commit d74be992b3
2 changed files with 3 additions and 2 deletions

View File

@ -97,7 +97,7 @@ liblyxcontrollers_la_SOURCES= \
################################# Tests ################################
EXTRA_DIST += test_biblio
EXTRA_DIST += tests/test_biblio
TESTS = \
test_biblio

View File

@ -111,7 +111,8 @@ s,@PROGRAM_SUFFIX@,$(program_suffix)," \
############################## Tests ##################################
EXTRA_DIST += test_convert test_filetools test_lstrings regfiles
EXTRA_DIST += tests/test_convert tests/test_filetools \
tests/test_lstrings tests/regfiles
TESTS = \
test_convert \