mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* goffice/*/Makefile.am: * libgsf/*/Makefile.am: don't install goffice and gsf headers. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12347 57a11ea4-9604-0410-9ed3-97b8803252fd
18 lines
446 B
Makefile
18 lines
446 B
Makefile
noinst_LTLIBRARIES = libpcre.la
|
|
libpcre_la_SOURCES = maketables.c get.c study.c pcre.c pcreposix.c
|
|
EXTRA_DIST = COPYING
|
|
|
|
libpcre_a_ladir = $(includedir)/libgoffice-1/goffice/cut-n-paste/pcre
|
|
noinst_HEADERS = pcreposix.h
|
|
noinst_HEADERS += internal.h pcre.h
|
|
|
|
AM_CPPFLAGS = \
|
|
$(GOFFICE_DEPS_CFLAGS) \
|
|
-I$(top_builddir)/lib/goffice-0.0.4 \
|
|
-DSUPPORT_UTF8 \
|
|
-DNEWLINE=10 \
|
|
-DPOSIX_MALLOC_THRESHOLD=100 \
|
|
-DLINK_SIZE=2 \
|
|
-DMATCH_LIMIT=10000000
|
|
|