]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Makefile.am
* Hartmut's csv2lyx script
[lyx.git] / src / frontends / Makefile.am
index f4d54265c3eb3251ed70d0e900b142f67283bc04..c31e39d347a3e61da15e92dee2d151140d7041d4 100644 (file)
@@ -9,25 +9,16 @@ noinst_LTLIBRARIES = liblyxfrontends.la
 AM_CPPFLAGS += -I$(srcdir)/..  $(BOOST_INCLUDES)
 
 liblyxfrontends_la_SOURCES = \
-       alert.cpp \
        alert.h \
-       Alert_pimpl.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 \
@@ -39,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