diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2004-03-09 12:41:22 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2004-03-09 12:41:22 +0000 |
commit | bc5e203f7787980f65f81ddbf69a619ab34fa85e (patch) | |
tree | 008164a186948e7821e67e5325c0acc3024f6d98 /toxy/Makefile.sources | |
parent | d9072a0e0ecb227c9a42dddf027e29a04f080f4e (diff) |
toxy alpha6
svn path=/trunk/externals/miXed/; revision=1396
Diffstat (limited to 'toxy/Makefile.sources')
-rw-r--r-- | toxy/Makefile.sources | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/toxy/Makefile.sources b/toxy/Makefile.sources index 1626cd6..8befa8d 100644 --- a/toxy/Makefile.sources +++ b/toxy/Makefile.sources @@ -1,4 +1,9 @@ +# this conditional will make sense LATER, when TCL_LIB is ./configured +ifdef TCL_LIB TYPES = TOT TOW WIDGET PLUSTOT +else +TYPES = TOT TOW WIDGET +endif TOT_SOURCES = tot.c TOW_SOURCES = tow.c |