diff options
author | mescalinum <mescalinum@users.sourceforge.net> | 2009-09-02 16:51:22 +0000 |
---|---|---|
committer | mescalinum <mescalinum@users.sourceforge.net> | 2009-09-02 16:51:22 +0000 |
commit | 41800157b72854e6935b4ffa7e8b93911796ce8d (patch) | |
tree | 8c00a4a9515302ed773488468797003b5e343941 /Makefile | |
parent | fe9c1e057945318cf1a74545c25e2b556ee3743b (diff) |
move widgetbehavior functions to a separate file
svn path=/trunk/externals/tclpd/; revision=12184
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ clean:: .SUFFIXES: .cxx .o -SRCS = tcl_wrap.cxx tcl_typemap.cxx tcl_class.cxx tcl_proxyinlet.cxx tcl_setup.cxx tcl_loader.cxx +SRCS = tcl_wrap.cxx tcl_typemap.cxx tcl_class.cxx tcl_widgetbehavior.cxx tcl_proxyinlet.cxx tcl_setup.cxx tcl_loader.cxx OBJS = ${SRCS:.cxx=.o} tcl_wrap.cxx:: tcl.i tcl_extras.h Makefile |