X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FMakefile.am;h=ea0f09793f6272a189b96579ea359be56aaffa36;hb=d80053cda86767a3c29c231fbb75800492ad5ff2;hp=5e361c477197bf1aed0fd205bccfd646737f665a;hpb=bb5f33e4d919ec25bffdfce44ad583041dbfb40c;p=lyx.git diff --git a/src/frontends/Makefile.am b/src/frontends/Makefile.am index 5e361c4771..ea0f09793f 100644 --- a/src/frontends/Makefile.am +++ b/src/frontends/Makefile.am @@ -4,27 +4,20 @@ SUBDIRS = $(FRONTENDS_SUBDIRS) . DIST_SUBDIRS = qt4 . -noinst_LTLIBRARIES = liblyxfrontends.la +noinst_LIBRARIES = liblyxfrontends.a AM_CPPFLAGS += -I$(srcdir)/.. $(BOOST_INCLUDES) -liblyxfrontends_la_SOURCES = \ +liblyxfrontends_a_SOURCES = \ alert.h \ - Application.cpp \ Application.h \ - NoGuiFontLoader.h \ - NoGuiFontMetrics.h \ - Dialogs.h \ - FileDialog.h \ FontLoader.h \ FontMetrics.h \ + Delegates.h \ KeyModifier.h \ KeySymbol.h \ - LyXView.h \ - Painter.cpp \ Painter.h \ Clipboard.h \ - Gui.h \ Selection.h \ WorkArea.h \ WorkAreaManager.cpp \ @@ -33,20 +26,22 @@ liblyxfrontends_la_SOURCES = \ ################################# Tests ################################ -EXTRA_DIST = tests/test_biblio +EXTRA_DIST = \ + tests/test_biblio \ + tests/regfiles/biblio TESTS = \ - test_biblio + tests/test_biblio check_PROGRAMS = \ biblio -biblio_LDADD = $(BOOST_REGEX) +biblio_LDADD = $(BOOST_LIBS) biblio_SOURCES = \ tests/biblio.cpp \ tests/boost.cpp makeregfiles: ${check_PROGRAMS} for all in ${check_PROGRAMS} ; do \ - ./$$all > ${srcdir}/regfiles/$$all ; \ + ./$$all > ${srcdir}/tests/regfiles/$$all ; \ done