Date: Wed, 15 Jun 2011 13:10:37 +0000 (UTC) From: Gabor Kovesdan <gabor@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r223108 - user/gabor/tre-integration/lib/libregex Message-ID: <201106151310.p5FDAbdQ083220@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gabor Date: Wed Jun 15 13:10:37 2011 New Revision: 223108 URL: http://svn.freebsd.org/changeset/base/223108 Log: - Make this build as an individual library Modified: user/gabor/tre-integration/lib/libregex/Makefile Modified: user/gabor/tre-integration/lib/libregex/Makefile ============================================================================== --- user/gabor/tre-integration/lib/libregex/Makefile Wed Jun 15 07:29:20 2011 (r223107) +++ user/gabor/tre-integration/lib/libregex/Makefile Wed Jun 15 13:10:37 2011 (r223108) @@ -9,7 +9,8 @@ SHLIB_MAJOR=1 NO_MAN= yes WARNS?= 6 -CFLAGS+=-DHAVE_CONFIG_H -I${.CURDIR}/../../contrib/tre +CFLAGS+=-DHAVE_CONFIG_H -I${.CURDIR}/../../contrib/tre/lib \ + -I${.CURDIR}/../../include SRCS= regcomp.c regerror.c regexec.c tre-ast.c tre-compile.c \ tre-match-approx.c tre-match-backtrack.c tre-match-parallel.c \ tre-mem.c tre-parse.c tre-stack.c xmalloc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106151310.p5FDAbdQ083220>