aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 313ff99..dbc79bf 100644
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ plugin_mac80211.so: plugin_mac80211.o
87.PHONY: python 87.PHONY: python
88python: $(TCMD_LIB_OBJS) trace-cmd.o trace-read.o 88python: $(TCMD_LIB_OBJS) trace-cmd.o trace-read.o
89 swig -Wall -python -noproxy ctracecmd.i 89 swig -Wall -python -noproxy ctracecmd.i
90 gcc -fpic -c -I/usr/include/python2.6/ -I/usr/lib/python2.6/config ctracecmd_wrap.c 90 gcc -fpic -c `python-config --includes` ctracecmd_wrap.c
91 $(CC) --shared $^ ctracecmd_wrap.o -o ctracecmd.so 91 $(CC) --shared $^ ctracecmd_wrap.o -o ctracecmd.so
92 92
93 93