summaryrefslogtreecommitdiff
path: root/grc/src/platforms
diff options
context:
space:
mode:
authorjblum2008-10-07 20:18:45 +0000
committerjblum2008-10-07 20:18:45 +0000
commit7e36f7c719e0e9ed4d9f0e82926168ed4962aca9 (patch)
tree3ec35d5883d9c6f48ad671c0d1b4340329c699e2 /grc/src/platforms
parentc2cfae994ac459f62447cc15f41a7c306e20ca9f (diff)
downloadgnuradio-7e36f7c719e0e9ed4d9f0e82926168ed4962aca9.tar.gz
gnuradio-7e36f7c719e0e9ed4d9f0e82926168ed4962aca9.tar.bz2
gnuradio-7e36f7c719e0e9ed4d9f0e82926168ed4962aca9.zip
handy post install message -> no more automated installation of freedesktop
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9726 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'grc/src/platforms')
-rw-r--r--grc/src/platforms/base/Makefile.am4
-rw-r--r--grc/src/platforms/python/Makefile.am4
2 files changed, 4 insertions, 4 deletions
diff --git a/grc/src/platforms/base/Makefile.am b/grc/src/platforms/base/Makefile.am
index 4cc08b036..c8b8e87a9 100644
--- a/grc/src/platforms/base/Makefile.am
+++ b/grc/src/platforms/base/Makefile.am
@@ -42,5 +42,5 @@ Constants.py: Makefile Constants.py.in
$(srcdir)/$@.in > $@
EXTRA_DIST = $(srcdir)/Constants.py.in
-
-MOSTLYCLEANFILES = Constants.py
+BUILT_SOURCES = Constants.py
+MOSTLYCLEANFILES = $(BUILT_SOURCES)
diff --git a/grc/src/platforms/python/Makefile.am b/grc/src/platforms/python/Makefile.am
index d50ed54ed..c0b5814fc 100644
--- a/grc/src/platforms/python/Makefile.am
+++ b/grc/src/platforms/python/Makefile.am
@@ -45,5 +45,5 @@ Constants.py: Makefile Constants.py.in
$(srcdir)/$@.in > $@
EXTRA_DIST = $(srcdir)/Constants.py.in
-
-MOSTLYCLEANFILES = Constants.py
+BUILT_SOURCES = Constants.py
+MOSTLYCLEANFILES = $(BUILT_SOURCES)