X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FMakefile.am;h=ea0f09793f6272a189b96579ea359be56aaffa36;hb=d80053cda86767a3c29c231fbb75800492ad5ff2;hp=c67e83a72b46a4599f0d1f2acc209a07c6e9d2e1;hpb=309232d26b903b5ce363b586a5ede3ab82d84b83;p=lyx.git diff --git a/src/frontends/Makefile.am b/src/frontends/Makefile.am index c67e83a72b..ea0f09793f 100644 --- a/src/frontends/Makefile.am +++ b/src/frontends/Makefile.am @@ -4,34 +4,20 @@ SUBDIRS = $(FRONTENDS_SUBDIRS) . DIST_SUBDIRS = qt4 . -EXTRA_DIST = pch.h +noinst_LIBRARIES = liblyxfrontends.a -BUILT_SOURCES = $(PCH_FILE) +AM_CPPFLAGS += -I$(srcdir)/.. $(BOOST_INCLUDES) -noinst_LTLIBRARIES = liblyxfrontends.la - -AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES) - -liblyxfrontends_la_SOURCES = \ - alert.cpp \ +liblyxfrontends_a_SOURCES = \ alert.h \ - Alert_pimpl.h \ - Application.cpp \ Application.h \ - NoGuiFontLoader.h \ - NoGuiFontMetrics.h \ - Dialogs.cpp \ - 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 \ @@ -40,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