aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 239c05a..726d28e 100644
--- a/Makefile
+++ b/Makefile
@@ -441,10 +441,10 @@ clean:
441PYTHON_INCLUDES = `python-config --includes` 441PYTHON_INCLUDES = `python-config --includes`
442PYGTK_CFLAGS = `pkg-config --cflags pygtk-2.0` 442PYGTK_CFLAGS = `pkg-config --cflags pygtk-2.0`
443 443
444ctracecmd.so: $(TCMD_LIB_OBJS) 444ctracecmd.so: $(TCMD_LIB_OBJS) ctracecmd.i
445 swig -Wall -python -noproxy ctracecmd.i 445 swig -Wall -python -noproxy ctracecmd.i
446 gcc -fpic -c $(PYTHON_INCLUDES) ctracecmd_wrap.c 446 gcc -fpic -c $(PYTHON_INCLUDES) ctracecmd_wrap.c
447 $(CC) --shared $^ ctracecmd_wrap.o -o ctracecmd.so 447 $(CC) --shared $(TCMD_LIB_OBJS) ctracecmd_wrap.o -o ctracecmd.so
448 448
449ctracecmdgui.so: $(TRACE_VIEW_OBJS) $(LIB_FILE) 449ctracecmdgui.so: $(TRACE_VIEW_OBJS) $(LIB_FILE)
450 swig -Wall -python -noproxy ctracecmdgui.i 450 swig -Wall -python -noproxy ctracecmdgui.i