diff options
author | jblum | 2008-09-17 14:34:27 +0000 |
---|---|---|
committer | jblum | 2008-09-17 14:34:27 +0000 |
commit | d601eb214a5c5e647134f7a43c5d0fa83c3488a4 (patch) | |
tree | 34120c3cce92f9ed9c4cf9728bf9bb20785354c9 /grc/src | |
parent | 9a95709412e47237f595aab27f40704144bdafee (diff) | |
download | gnuradio-d601eb214a5c5e647134f7a43c5d0fa83c3488a4.tar.gz gnuradio-d601eb214a5c5e647134f7a43c5d0fa83c3488a4.tar.bz2 gnuradio-d601eb214a5c5e647134f7a43c5d0fa83c3488a4.zip |
replaced EXTRA_DIST with dist_ prefix
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9600 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'grc/src')
-rw-r--r-- | grc/src/platforms/base/Makefile.am | 2 | ||||
-rw-r--r-- | grc/src/platforms/python/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/grc/src/platforms/base/Makefile.am b/grc/src/platforms/base/Makefile.am index dca53b8b5..a40d8c5bb 100644 --- a/grc/src/platforms/base/Makefile.am +++ b/grc/src/platforms/base/Makefile.am @@ -42,6 +42,6 @@ Constants.py: Makefile $(srcdir)/Constants.py.in -e 's|@datadir[@]|$(grc_base_data_dir)|g' \ $(srcdir)/Constants.py.in > $@ -EXTRA_DIST = Constants.py.in +EXTRA_DIST = $(srcdir)/Constants.py.in MOSTLYCLEANFILES = $(BUILT_SOURCES) diff --git a/grc/src/platforms/python/Makefile.am b/grc/src/platforms/python/Makefile.am index e5845d0ec..13b5f77d8 100644 --- a/grc/src/platforms/python/Makefile.am +++ b/grc/src/platforms/python/Makefile.am @@ -46,6 +46,6 @@ Constants.py: Makefile $(srcdir)/Constants.py.in -e 's|@docdir[@]|$(gr_docdir)|g' \ $(srcdir)/Constants.py.in > $@ -EXTRA_DIST = Constants.py.in +EXTRA_DIST = $(srcdir)/Constants.py.in MOSTLYCLEANFILES = $(BUILT_SOURCES) |