]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Makefile.am
Account for old versions of Pygments
[lyx.git] / src / frontends / Makefile.am
index ea0f09793f6272a189b96579ea359be56aaffa36..862613a67f51964dded997125b30f6fcd9cac155 100644 (file)
@@ -6,7 +6,8 @@ DIST_SUBDIRS = qt4 .
 
 noinst_LIBRARIES = liblyxfrontends.a
 
-AM_CPPFLAGS += -I$(srcdir)/..  $(BOOST_INCLUDES)
+AM_CPPFLAGS += -I$(srcdir)/.. \
+       $(BOOST_INCLUDES) $(ICONV_INCLUDES) $(ZLIB_INCLUDES)
 
 liblyxfrontends_a_SOURCES = \
        alert.h \
@@ -27,6 +28,9 @@ liblyxfrontends_a_SOURCES = \
 ################################# Tests ################################
 
 EXTRA_DIST = \
+       CMakeLists.txt \
+       tests/CMakeLists.txt \
+       tests/test_biblio.cmake \
        tests/test_biblio \
        tests/regfiles/biblio
 
@@ -36,7 +40,7 @@ TESTS = \
 check_PROGRAMS = \
        biblio
 
-biblio_LDADD = $(BOOST_LIBS)
+biblio_LDADD = $(BOOST_LIBS) $(ICONV_LIBS) $(ZLIB_LIBS)
 biblio_SOURCES = \
        tests/biblio.cpp \
        tests/boost.cpp