Configure engine libs and cflags in gnucash-config.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5332 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2001-09-06 22:30:14 +00:00
parent e22f01c726
commit a78b5495c4
4 changed files with 37 additions and 10 deletions

View File

@@ -70,7 +70,8 @@ gnucash-config: gnucash-config.in
rm -f $@.tmp
sed < $@.in > $@.tmp \
-e 's:@-VERSION-@:${VERSION}:g' \
-e 's:@-GNC_INCLUDE_DIR-@:${GNC_INCLUDE_DIR}:g'
-e 's:@-GNUCASH_ENGINE_CFLAGS-@:${GNUCASH_ENGINE_CFLAGS}:g' \
-e 's:@-GNUCASH_ENGINE_LIBS-@:${GNUCASH_ENGINE_LIBS}:g'
chmod +x $@.tmp
mv $@.tmp $@