X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FMakefile.am;h=ea0f09793f6272a189b96579ea359be56aaffa36;hb=d80053cda86767a3c29c231fbb75800492ad5ff2;hp=bf19075192019132c53afd04154b011667e8e3b7;hpb=8aa1bf1f5cd6cdadccb45675e2084a6414aea8b7;p=lyx.git diff --git a/src/frontends/Makefile.am b/src/frontends/Makefile.am index bf19075192..ea0f09793f 100644 --- a/src/frontends/Makefile.am +++ b/src/frontends/Makefile.am @@ -4,18 +4,18 @@ 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.h \ FontLoader.h \ FontMetrics.h \ + Delegates.h \ KeyModifier.h \ KeySymbol.h \ - LyXView.h \ Painter.h \ Clipboard.h \ Selection.h \ @@ -26,7 +26,9 @@ liblyxfrontends_la_SOURCES = \ ################################# Tests ################################ -EXTRA_DIST = tests/test_biblio +EXTRA_DIST = \ + tests/test_biblio \ + tests/regfiles/biblio TESTS = \ tests/test_biblio @@ -34,7 +36,7 @@ TESTS = \ check_PROGRAMS = \ biblio -biblio_LDADD = $(BOOST_LIBS) $(BOOST_REGEX) +biblio_LDADD = $(BOOST_LIBS) biblio_SOURCES = \ tests/biblio.cpp \ tests/boost.cpp