Add forgotten zlib includes

I forgot this in 9b822b25ae5. Also remove a comment that is no longer true.
This commit is contained in:
Georg Baum 2016-05-05 17:36:41 +02:00 committed by Richard Heck
parent 306eb8d2a7
commit 127e5b1955
2 changed files with 2 additions and 4 deletions

View File

@ -1,8 +1,5 @@
include $(top_srcdir)/config/common.am 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 noinst_LIBRARIES = liblyxzlib.a
EXTRA_DIST = \ EXTRA_DIST = \

View 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 = \ liblyxsupport_a_SOURCES = \
FileMonitor.h \ FileMonitor.h \