configure: create some convenience AC_SUBST's for the global includes
[oweals/cde.git] / cde / lib / tt / tooltalk.inc
1 # This file is imbedded near the top of  every ToolTalk Imakefile.
2 # It contains definitions and redefinitions that are common to all
3 # of ToolTalk but which aren't referred to anywhere else in the
4 # build. 
5
6 # It should match tooltalk.tmpl in terms of definitions...
7
8 # TT_VERSION defines the version string which is imbedded in all the 
9 # binaries and shipped libraries.
10
11 TT_VERSION = "CDE Version 2.3.0a"
12 TT_VERSION_DEFINE = -DTT_VERSION_STRING=\"$(TT_VERSION)\"
13