mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Add forgotten zlib includes
I forgot this in 9b822b25ae5. Also remove a comment that is no longer true.
This commit is contained in:
parent
306eb8d2a7
commit
127e5b1955
3
3rdparty/zlib/Makefile.am
vendored
3
3rdparty/zlib/Makefile.am
vendored
@ -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 = \
|
||||||
|
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user