]> 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 adda793d944fbe4cd527995ce4b58f18f59e149a..10430e2262892a98839d96ab50bff54bb1a74357 100644 (file)
@@ -11,10 +11,9 @@ AM_CPPFLAGS += -I$(srcdir)/..  $(BOOST_INCLUDES)
 liblyxfrontends_la_SOURCES = \
        alert.h \
        Application.h \
-       NoGuiFontLoader.h \
-       NoGuiFontMetrics.h \
        FontLoader.h \
        FontMetrics.h \
+       Delegates.h \
        KeyModifier.h \
        KeySymbol.h \
        LyXView.h \
@@ -28,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