shuffle stuff arond

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20810 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2007-10-07 09:59:28 +00:00
parent 30725acc58
commit 456524da45
6 changed files with 20 additions and 21 deletions

View File

@ -39,3 +39,23 @@ liblyxfrontends_la_SOURCES = \
WorkAreaManager.cpp \
WorkAreaManager.h \
mouse_state.h
################################# Tests ################################
EXTRA_DIST += tests/test_biblio
TESTS = \
test_biblio
check_PROGRAMS = \
biblio
biblio_LDADD = $(BOOST_REGEX)
biblio_SOURCES = \
tests/biblio.cpp \
tests/boost.cpp
makeregfiles: ${check_PROGRAMS}
for all in ${check_PROGRAMS} ; do \
./$$all > ${srcdir}/regfiles/$$all ; \
done

View File

@ -42,24 +42,3 @@ AM_CPPFLAGS += $(PCH_FLAGS)
liblyxcontrollers_la_SOURCES = $(SOURCEFILES) $(HEADERFILES)
endif
################################# Tests ################################
EXTRA_DIST += tests/test_biblio
TESTS = \
test_biblio
check_PROGRAMS = \
biblio
biblio_LDADD = $(BOOST_REGEX)
biblio_SOURCES = \
tests/biblio.cpp \
tests/boost.cpp
makeregfiles: ${check_PROGRAMS}
for all in ${check_PROGRAMS} ; do \
./$$all > ${srcdir}/regfiles/$$all ; \
done