X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FMakefile.am;h=ea0f09793f6272a189b96579ea359be56aaffa36;hb=6147f97dddd485523540be18dc693eea8acec7a6;hp=10430e2262892a98839d96ab50bff54bb1a74357;hpb=a985b079de857537cb71a1518cca761c43270e3f;p=lyx.git diff --git a/src/frontends/Makefile.am b/src/frontends/Makefile.am index 10430e2262..ea0f09793f 100644 --- a/src/frontends/Makefile.am +++ b/src/frontends/Makefile.am @@ -4,11 +4,11 @@ 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 \ @@ -16,7 +16,6 @@ liblyxfrontends_la_SOURCES = \ Delegates.h \ KeyModifier.h \ KeySymbol.h \ - LyXView.h \ Painter.h \ Clipboard.h \ Selection.h \ @@ -37,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