]> git.lyx.org Git - lyx.git/commitdiff
Add forgotten zlib includes
authorGeorg Baum <baum@lyx.org>
Thu, 5 May 2016 15:36:41 +0000 (17:36 +0200)
committerRichard Heck <rgheck@lyx.org>
Sun, 29 May 2016 21:55:43 +0000 (17:55 -0400)
I forgot this in 9b822b25ae5. Also remove a comment that is no longer true.

3rdparty/zlib/Makefile.am
src/support/Makefile.am

index ff20909f2cf2e11dc7949fb44b6364482b0ee35c..c80e963a1d33e2880dbe643d8555ccec75ae84f7 100644 (file)
@@ -1,8 +1,5 @@
 include $(top_srcdir)/config/common.am
 
-# This is prepared for compilation, but currently only used for packaging,
-# because configure support for compilation is still missing.
-
 noinst_LIBRARIES = liblyxzlib.a
 
 EXTRA_DIST = \
index ed6af579d18f2204306fce362fcd49db24517652..d1137290ee4646dcf0e6eeb4fb5020f269ee616e 100644 (file)
@@ -26,7 +26,8 @@ liblyxsupport_a_DEPENDENCIES = $(MOCEDFILES)
 #
 ##################################################################
 
-AM_CPPFLAGS += -I$(srcdir)/.. $(BOOST_INCLUDES) $(QT_CPPFLAGS) $(QT_INCLUDES)
+AM_CPPFLAGS += -I$(srcdir)/.. $(BOOST_INCLUDES) $(ZLIB_INCLUDES) \
+       $(QT_CPPFLAGS) $(QT_INCLUDES)
 
 liblyxsupport_a_SOURCES = \
        FileMonitor.h \