]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Makefile.am
GuiTabular.cpp: fix #3517
[lyx.git] / src / frontends / Makefile.am
index c31e39d347a3e61da15e92dee2d151140d7041d4..ea0f09793f6272a189b96579ea359be56aaffa36 100644 (file)
@@ -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 \
@@ -27,7 +26,9 @@ liblyxfrontends_la_SOURCES = \
 
 ################################# Tests ################################
 
-EXTRA_DIST = tests/test_biblio
+EXTRA_DIST = \
+       tests/test_biblio \
+       tests/regfiles/biblio
 
 TESTS = \
        tests/test_biblio
@@ -35,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