From bc5e203f7787980f65f81ddbf69a619ab34fa85e Mon Sep 17 00:00:00 2001 From: "N.N." Date: Tue, 9 Mar 2004 12:41:22 +0000 Subject: toxy alpha6 svn path=/trunk/externals/miXed/; revision=1396 --- toxy/Makefile.sources | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'toxy/Makefile.sources') 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 -- cgit v1.2.1