aboutsummaryrefslogtreecommitdiff
path: root/gfsm/gfsm/gfsm.pc.in
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2008-12-03 21:32:58 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2008-12-03 21:32:58 +0000
commit6b81740cda47da83fe3dc8f1dbf53558fcd80d7c (patch)
tree2be6c3183d6a6fed7830ac4c2a2554106c9fe9c4 /gfsm/gfsm/gfsm.pc.in
parente3a8e8f1ddaecf763d7ab7fbcda91b9691ebf4ff (diff)
+ replaced added gfsm_ prefix to *FLAGS variables in configure.ac, because these are unlikely to be clobbered by a higher-level make (e.g. pd-extended)
svn path=/trunk/externals/moocow/; revision=10420
Diffstat (limited to 'gfsm/gfsm/gfsm.pc.in')
-rw-r--r--gfsm/gfsm/gfsm.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfsm/gfsm/gfsm.pc.in b/gfsm/gfsm/gfsm.pc.in
index 0dd410d..693f90e 100644
--- a/gfsm/gfsm/gfsm.pc.in
+++ b/gfsm/gfsm/gfsm.pc.in
@@ -14,7 +14,7 @@ docdir=@docdir@
pkgdocdir=@pkgdocdir@
build_options=@CONFIG_OPTIONS@
-cflags=@CFLAGS@
+cflags=@CFLAGS@ @gfsm_CFLAGS@
cppflags=-I@spkgincludedir@ @CPPFLAGS@
ldadd=-lgfsm @gfsm_LIBS@