mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
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:
parent
131edb2214
commit
d74be992b3
@ -97,7 +97,7 @@ liblyxcontrollers_la_SOURCES= \
|
||||
|
||||
################################# Tests ################################
|
||||
|
||||
EXTRA_DIST += test_biblio
|
||||
EXTRA_DIST += tests/test_biblio
|
||||
|
||||
TESTS = \
|
||||
test_biblio
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user