aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormescalinum <mescalinum@users.sourceforge.net>2011-10-15 12:26:33 +0000
committermescalinum <mescalinum@users.sourceforge.net>2011-10-15 12:26:33 +0000
commit61ab39873f66649129872485ed721911999060b1 (patch)
treea023c3b18216cc7bec8ef5f0cb035328b0574d57 /Makefile
parent2e927c34a68671d7f090cbfafe70e87cac21375a (diff)
move hashtable functions outside
svn path=/trunk/externals/loaders/tclpd/; revision=15602
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 752d57b..12a467c 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ EXAMPLES = bitmap-help.pd bitmap-madness.pd bitmap.tcl colorpicker.tcl dynreceiv
MANUAL =
# tclpd-specific source files
-TCLPD_SOURCES = tcl_class.c tcl_loader.c tcl_proxyinlet.c tcl_typemap.c tcl_widgetbehavior.c
+TCLPD_SOURCES = hashtable.c tcl_class.c tcl_loader.c tcl_proxyinlet.c tcl_typemap.c tcl_widgetbehavior.c
# if you want to include any other files in the source and binary tarballs,
# list them here. This can be anything from header files, test patches,