Skip to content

Commit

Permalink
g.version: missing GEOSCFLAGS
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54115 15284696-431f-4ddb-bdfa-cd5b030d7da7
  • Loading branch information
landam committed Nov 30, 2012
1 parent 104e3f3 commit cbc4cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion general/g.version/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PGM=g.version
# cat the COPYING file, add a c line-break \n at each line end
# and remove the unix newline.

EXTRA_CFLAGS = $(PROJINC) \
EXTRA_CFLAGS = $(PROJINC) $(GEOSCFLAGS) \
-DGRASS_VERSION_NUMBER=\"'$(GRASS_VERSION_NUMBER)'\" \
-DGRASS_VERSION_DATE=\"'$(GRASS_VERSION_DATE)'\" \
-DGRASS_VERSION_SVN=\"'$(GRASS_VERSION_SVN)'\" \
Expand Down

0 comments on commit cbc4cb5

Please sign in to comment.