Statistics
| Branch: | Tag: | Revision:

root / gr-qtgui / src / Makefile.am @ d692a41f

History | View | Annotate | Download (836 Bytes)

1 144fa44e trondeau
#
2 144fa44e trondeau
# Copyright 2008 Free Software Foundation, Inc.
3 144fa44e trondeau
# 
4 144fa44e trondeau
# This file is part of GNU Radio
5 144fa44e trondeau
# 
6 144fa44e trondeau
# GNU Radio is free software; you can redistribute it and/or modify
7 144fa44e trondeau
# it under the terms of the GNU General Public License as published by
8 144fa44e trondeau
# the Free Software Foundation; either version 3, or (at your option)
9 144fa44e trondeau
# any later version.
10 144fa44e trondeau
# 
11 144fa44e trondeau
# GNU Radio is distributed in the hope that it will be useful,
12 144fa44e trondeau
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13 144fa44e trondeau
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 144fa44e trondeau
# GNU General Public License for more details.
15 144fa44e trondeau
# 
16 144fa44e trondeau
# You should have received a copy of the GNU General Public License
17 144fa44e trondeau
# along with GNU Radio; see the file COPYING.  If not, write to
18 144fa44e trondeau
# the Free Software Foundation, Inc., 51 Franklin Street,
19 144fa44e trondeau
# Boston, MA 02110-1301, USA.
20 144fa44e trondeau
# 
21 144fa44e trondeau
22 40b8a57d jcorgan
SUBDIRS = lib
23 40b8a57d jcorgan
if PYTHON
24 40b8a57d jcorgan
SUBDIRS += python
25 40b8a57d jcorgan
endif