diff options
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 |