From d74be992b3f09bf5cba0f038ead5574d2e74c56f Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Tue, 14 Aug 2007 01:30:33 +0000 Subject: [PATCH] Fix dist target git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19536 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/controllers/Makefile.am | 2 +- src/support/Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/frontends/controllers/Makefile.am b/src/frontends/controllers/Makefile.am index ebb42d13f0..8279c1092c 100644 --- a/src/frontends/controllers/Makefile.am +++ b/src/frontends/controllers/Makefile.am @@ -97,7 +97,7 @@ liblyxcontrollers_la_SOURCES= \ ################################# Tests ################################ -EXTRA_DIST += test_biblio +EXTRA_DIST += tests/test_biblio TESTS = \ test_biblio diff --git a/src/support/Makefile.am b/src/support/Makefile.am index 2e6fc5aa0b..41b8177e19 100644 --- a/src/support/Makefile.am +++ b/src/support/Makefile.am @@ -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 \ -- 2.39.2