]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Makefile.am
InsetHyperlink.cpp: fix a bug I introduced in r26218
[lyx.git] / src / frontends / Makefile.am
index 60ebeea57966b7a13565041080ca779f04737bd8..10430e2262892a98839d96ab50bff54bb1a74357 100644 (file)
@@ -10,22 +10,15 @@ AM_CPPFLAGS += -I$(srcdir)/..  $(BOOST_INCLUDES)
 
 liblyxfrontends_la_SOURCES = \
        alert.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 \
@@ -34,20 +27,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) $(BOOST_REGEX)
 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