]> git.lyx.org Git - features.git/blobdiff - src/frontends/Makefile.am
Regenerate previews after zoom (#11919)
[features.git] / src / frontends / Makefile.am
index c31e39d347a3e61da15e92dee2d151140d7041d4..a8f233e25a74f6367f7765556653d95a2cdf8632 100644 (file)
@@ -2,21 +2,23 @@ include $(top_srcdir)/config/common.am
 
 SUBDIRS = $(FRONTENDS_SUBDIRS) .
 
-DIST_SUBDIRS = qt4 .
+DIST_SUBDIRS = qt .
 
-noinst_LTLIBRARIES = liblyxfrontends.la
+noinst_LIBRARIES = liblyxfrontends.a
 
-AM_CPPFLAGS += -I$(srcdir)/..  $(BOOST_INCLUDES)
+AM_CPPFLAGS += -I$(srcdir)/.. \
+       $(BOOST_INCLUDES) $(ICONV_INCLUDES) $(ZLIB_INCLUDES) $(NOD_INCLUDES)
 
-liblyxfrontends_la_SOURCES = \
+liblyxfrontends_a_SOURCES = \
        alert.h \
        Application.h \
+       CaretGeometry.h \
        FontLoader.h \
        FontMetrics.h \
        Delegates.h \
        KeyModifier.h \
        KeySymbol.h \
-       LyXView.h \
+       NullPainter.h \
        Painter.h \
        Clipboard.h \
        Selection.h \
@@ -27,7 +29,12 @@ liblyxfrontends_la_SOURCES = \
 
 ################################# Tests ################################
 
-EXTRA_DIST = tests/test_biblio
+EXTRA_DIST = \
+       CMakeLists.txt \
+       tests/CMakeLists.txt \
+       tests/test_biblio.cmake \
+       tests/test_biblio \
+       tests/regfiles/biblio
 
 TESTS = \
        tests/test_biblio
@@ -35,7 +42,7 @@ TESTS = \
 check_PROGRAMS = \
        biblio
 
-biblio_LDADD = $(BOOST_LIBS) $(BOOST_REGEX)
+biblio_LDADD = $(ICONV_LIBS) $(ZLIB_LIBS)
 biblio_SOURCES = \
        tests/biblio.cpp \
        tests/boost.cpp