[Gnucash-changes] forgot

Joshua Sled jsled at cvs.gnucash.org
Thu Feb 10 20:36:35 EST 2005


Log Message:
-----------
forgot

Tags:
----
g2-gog-integ

Added Files:
-----------
    gnucash/lib/goffice/cut-n-paste/pcre:
        Makefile.am

Revision Data
-------------
--- /dev/null
+++ lib/goffice/cut-n-paste/pcre/Makefile.am
@@ -0,0 +1,15 @@
+INCLUDES = \
+	$(GNUMERIC_CFLAGS) -I$(top_srcdir) \
+	 -DSUPPORT_UTF8 \
+	 -DNEWLINE=10 \
+	 -DPOSIX_MALLOC_THRESHOLD=100 \
+	 -DLINK_SIZE=2 \
+	 -DMATCH_LIMIT=10000000
+
+AM_CFLAGS = $(GNOME_CFLAGS)
+
+noinst_LTLIBRARIES = libpcre.la
+
+libpcre_la_SOURCES = maketables.c get.c study.c pcre.c pcreposix.c
+
+noinst_HEADERS = internal.h pcreposix.h pcre.h


More information about the gnucash-changes mailing list