diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ plugin_mac80211.so: plugin_mac80211.o | |||
85 | 85 | ||
86 | 86 | ||
87 | .PHONY: python | 87 | .PHONY: python |
88 | python: $(TCMD_LIB_OBJS) trace-cmd.o trace-read.o | 88 | python: $(TCMD_LIB_OBJS) |
89 | swig -Wall -python -noproxy ctracecmd.i | 89 | swig -Wall -python -noproxy ctracecmd.i |
90 | gcc -fpic -c `python-config --includes` 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 |