diff options
author | mescalinum <mescalinum@users.sourceforge.net> | 2011-10-15 12:26:33 +0000 |
---|---|---|
committer | mescalinum <mescalinum@users.sourceforge.net> | 2011-10-15 12:26:33 +0000 |
commit | 61ab39873f66649129872485ed721911999060b1 (patch) | |
tree | a023c3b18216cc7bec8ef5f0cb035328b0574d57 /Makefile | |
parent | 2e927c34a68671d7f090cbfafe70e87cac21375a (diff) |
move hashtable functions outside
svn path=/trunk/externals/loaders/tclpd/; revision=15602
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |