diff options
-rw-r--r-- | Makefile.swig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.swig b/Makefile.swig index c6b36ddef..7f70700b9 100644 --- a/Makefile.swig +++ b/Makefile.swig @@ -25,8 +25,8 @@ ## in Makefile.am's which require SWIG wrapping / compilation. ## For just installing .i files, this Makefile is not required. -CLEANFILES = python/*.cc python/*.h python/*.lo python/*.o -CLEANFILES += guile/*.cc gnuradio/*.scm guile/*.lo guile/*.o +CLEANFILES = python/*.cc python/*.h python/*.lo python/*.o python/*.d +CLEANFILES += guile/*.cc gnuradio/*.scm guile/*.lo guile/*.o guile/*.d ## swig flags ## -w511 turns off keyword argument warning |