diff options
Diffstat (limited to 'grc/src/platforms/python/Makefile.am')
-rw-r--r-- | grc/src/platforms/python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |