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