]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Makefile.am
Update previews after doing a find/replace (#7242)
[lyx.git] / src / frontends / Makefile.am
index cec459a4c5b5f86a4c151133ca53c6093c673371..aa74e57eca62067e01c4b49cdb1dc959e685dbb4 100644 (file)
@@ -16,7 +16,6 @@ liblyxfrontends_a_SOURCES = \
        Delegates.h \
        KeyModifier.h \
        KeySymbol.h \
-       LyXView.h \
        Painter.h \
        Clipboard.h \
        Selection.h \
@@ -28,6 +27,9 @@ liblyxfrontends_a_SOURCES = \
 ################################# Tests ################################
 
 EXTRA_DIST = \
+       CMakeLists.txt \
+       tests/CMakeLists.txt \
+       tests/test_biblio.cmake \
        tests/test_biblio \
        tests/regfiles/biblio
 
@@ -37,7 +39,7 @@ TESTS = \
 check_PROGRAMS = \
        biblio
 
-biblio_LDADD = $(BOOST_LIBS) $(BOOST_REGEX)
+biblio_LDADD = $(BOOST_LIBS)
 biblio_SOURCES = \
        tests/biblio.cpp \
        tests/boost.cpp