aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormescalinum <mescalinum@users.sourceforge.net>2009-09-02 16:51:22 +0000
committermescalinum <mescalinum@users.sourceforge.net>2009-09-02 16:51:22 +0000
commit41800157b72854e6935b4ffa7e8b93911796ce8d (patch)
tree8c00a4a9515302ed773488468797003b5e343941 /Makefile
parentfe9c1e057945318cf1a74545c25e2b556ee3743b (diff)
move widgetbehavior functions to a separate file
svn path=/trunk/externals/tclpd/; revision=12184
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8392fef..28a512b 100644
--- a/Makefile
+++ b/Makefile
@@ -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