|
From: <pst...@us...> - 2013-07-21 23:00:08
|
Revision: 1028
http://sourceforge.net/p/jazzplusplus/code/1028
Author: pstieber
Date: 2013-07-21 23:00:04 +0000 (Sun, 21 Jul 2013)
Log Message:
-----------
Changed INCLUDES to AM_CPPFLAGS.
Modified Paths:
--------------
trunk/jazz/src/Makefile.am
Modified: trunk/jazz/src/Makefile.am
===================================================================
--- trunk/jazz/src/Makefile.am 2013-04-09 02:50:53 UTC (rev 1027)
+++ trunk/jazz/src/Makefile.am 2013-07-21 23:00:04 UTC (rev 1028)
@@ -328,5 +328,5 @@
# This directive defines the Jazz++ data directory. This may be a hack, but
# other programs use similar techniques.
# The automake info file suggests using INCLUDES for this purpose
-# and i cant even get it to expand the pkgdatadir, aargh
-INCLUDES= -DJAZZ_DATADIR=\"@datadir@/@PACKAGE@\"
+# and I cant even get it to expand the pkgdatadir, aargh
+AM_CPPFLAGS=-DJAZZ_DATADIR=\"@datadir@/@PACKAGE@\"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|