mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-28 03:50:00 +00:00
Add autotools support for src/support/minizip stuff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19699 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0f7d814280
commit
25b22bc54d
@ -13,7 +13,11 @@ liblyxsupport_la_LDFLAGS = $(QT4_CORE_LDFLAGS)
|
|||||||
BUILT_SOURCES = $(PCH_FILE) Package.cpp
|
BUILT_SOURCES = $(PCH_FILE) Package.cpp
|
||||||
|
|
||||||
AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
|
AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
|
||||||
AM_CPPFLAGS += $(QT4_CPPFLAGS) $(QT4_CORE_INCLUDES)
|
AM_CPPFLAGS += $(QT4_CPPFLAGS) $(QT4_CORE_INCLUDES) -I$(srcdir)/minizip
|
||||||
|
|
||||||
|
# force the use of C++ compiler for minizip/*.c files, because
|
||||||
|
# gcc can not go through the included boost files.
|
||||||
|
liblyxsupport_la_CFLAGS = -x c++
|
||||||
|
|
||||||
liblyxsupport_la_SOURCES = \
|
liblyxsupport_la_SOURCES = \
|
||||||
FileMonitor.h \
|
FileMonitor.h \
|
||||||
@ -88,8 +92,20 @@ liblyxsupport_la_SOURCES = \
|
|||||||
userinfo.h \
|
userinfo.h \
|
||||||
unicode.cpp \
|
unicode.cpp \
|
||||||
unicode.h \
|
unicode.h \
|
||||||
unlink.cpp
|
unlink.cpp \
|
||||||
|
minizip/crypt.h \
|
||||||
|
minizip/ioapi.c \
|
||||||
|
minizip/ioapi.h \
|
||||||
|
minizip/unzip.c \
|
||||||
|
minizip/unzip.h \
|
||||||
|
minizip/zip.c \
|
||||||
|
minizip/zip.h
|
||||||
|
|
||||||
|
# FIXME: the following two files are for windows only. I do not know
|
||||||
|
# how to add them conditionally. autotools are rarely used under windows
|
||||||
|
# anyway.
|
||||||
|
# minizip/iowin32.c
|
||||||
|
# minizip/iowin32.h
|
||||||
|
|
||||||
Package.cpp: build_package
|
Package.cpp: build_package
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user