summaryrefslogtreecommitdiff
path: root/Makefile.swig
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.swig')
-rw-r--r--Makefile.swig6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.swig b/Makefile.swig
index 2608a57be1..c8b07f6172 100644
--- a/Makefile.swig
+++ b/Makefile.swig
@@ -51,6 +51,12 @@ SWIG_GUILE_FLAGS = \
-guile \
-scm \
-scmstub \
+ -package gnuradio \
+ -Linkage module \
+ -proxy \
+ -goopsprefix gr: \
+ -emit-slot-accessors \
+ -emit-setters \
-outdir .
## standard swig flags used by most components