summaryrefslogtreecommitdiff
path: root/gr-qtgui/Makefile.am
diff options
context:
space:
mode:
authorTom Rondeau2011-03-15 13:46:02 -0400
committerTom Rondeau2011-03-15 13:46:02 -0400
commit338b01e7b5ecad7e324098a2671d3fa650be035e (patch)
tree247b61f2fbfdadc6ce4f39ad2f637a22cd3163ae /gr-qtgui/Makefile.am
parent1ecc511ad673f37498ebc29147c776ca9b4b6490 (diff)
parentb4bd3e47189932b42ce821bb7076fce811b3e3eb (diff)
downloadgnuradio-338b01e7b5ecad7e324098a2671d3fa650be035e.tar.gz
gnuradio-338b01e7b5ecad7e324098a2671d3fa650be035e.tar.bz2
gnuradio-338b01e7b5ecad7e324098a2671d3fa650be035e.zip
Merge branch 'next' of gnuradio.org:gnuradio into next
Diffstat (limited to 'gr-qtgui/Makefile.am')
-rw-r--r--gr-qtgui/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/gr-qtgui/Makefile.am b/gr-qtgui/Makefile.am
index d53f96c1f..e794266cb 100644
--- a/gr-qtgui/Makefile.am
+++ b/gr-qtgui/Makefile.am
@@ -1,5 +1,5 @@
#
-# Copyright 2008 Free Software Foundation, Inc.
+# Copyright 2008-2010 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
@@ -23,3 +23,8 @@ include $(top_srcdir)/Makefile.common
SUBDIRS = src
DIST_SUBDIRS = src
+
+if PYTHON
+SUBDIRS += grc
+DIST_SUBDIRS += grc
+endif