diff options
Diffstat (limited to 'gr-comedi')
-rw-r--r-- | gr-comedi/src/Makefile.am | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gr-comedi/src/Makefile.am b/gr-comedi/src/Makefile.am index 8aecaf335..d6a287db5 100644 --- a/gr-comedi/src/Makefile.am +++ b/gr-comedi/src/Makefile.am @@ -65,12 +65,12 @@ TOP_SWIG_DOC_IFILES = \ BUILT_SOURCES += \ $(TOP_SWIG_DOC_IFILES) +EXTRA_DIST += \ + $(TOP_SWIG_DOC_IFILES) + $(TOP_SWIG_DOC_IFILES): `echo "" > $@` -install-data-local: - cp -p $(TOP_SWIG_DOC_IFILES) $(swigincludedir) - # Install so that they end up available as: # import gnuradio.comedi # This ends up at: @@ -82,6 +82,10 @@ comedi_pythondir_category = \ comedi_la_swig_libadd = \ libgnuradio-comedi.la +# additional SWIG files to be installed +comedi_swig_swiginclude_headers = \ + $(TOP_SWIG_DOC_IFILES) + if PYTHON TESTS += run_tests endif |