]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Makefile.am
* Hartmut's csv2lyx script
[lyx.git] / src / frontends / Makefile.am
index baeaedf1bb6ce1359f7984de6fafbd9b4b8351ec..c31e39d347a3e61da15e92dee2d151140d7041d4 100644 (file)
@@ -11,16 +11,12 @@ AM_CPPFLAGS += -I$(srcdir)/..  $(BOOST_INCLUDES)
 liblyxfrontends_la_SOURCES = \
        alert.h \
        Application.h \
-       NoGuiFontLoader.h \
-       NoGuiFontMetrics.h \
-       Dialogs.h \
-       FileDialog.h \
        FontLoader.h \
        FontMetrics.h \
+       Delegates.h \
        KeyModifier.h \
        KeySymbol.h \
        LyXView.h \
-       Painter.cpp \
        Painter.h \
        Clipboard.h \
        Selection.h \
@@ -34,17 +30,17 @@ liblyxfrontends_la_SOURCES = \
 EXTRA_DIST = tests/test_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