diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2004-02-19 22:23:18 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2004-02-19 22:23:18 +0000 |
commit | d0f6986345970955d6390a6953c35babf587c262 (patch) | |
tree | b9c55d804a317558da506f9655ff495856ef47d8 /toxy/Makefile.sources | |
parent | d405128358369b5b7424c086c67345d12edfde7d (diff) |
many small improvements in toxy, plustot added
svn path=/trunk/externals/miXed/; revision=1321
Diffstat (limited to 'toxy/Makefile.sources')
-rw-r--r-- | toxy/Makefile.sources | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/toxy/Makefile.sources b/toxy/Makefile.sources index b0f3646..1626cd6 100644 --- a/toxy/Makefile.sources +++ b/toxy/Makefile.sources @@ -1,5 +1,6 @@ -TYPES = TOT TOW WIDGET +TYPES = TOT TOW WIDGET PLUSTOT TOT_SOURCES = tot.c TOW_SOURCES = tow.c WIDGET_SOURCES = widget.c +PLUSTOT_SOURCES = plustot.c |