X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FMakefile.am;h=862613a67f51964dded997125b30f6fcd9cac155;hb=50060053e36b3e9dfe03bc33ed3abac1eacc54b0;hp=aa74e57eca62067e01c4b49cdb1dc959e685dbb4;hpb=9c55af4a223ce4db29d643251109e245665344bd;p=lyx.git diff --git a/src/frontends/Makefile.am b/src/frontends/Makefile.am index aa74e57eca..862613a67f 100644 --- a/src/frontends/Makefile.am +++ b/src/frontends/Makefile.am @@ -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 \ @@ -39,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