From c6baf9d41d452965fe6af642b61b2bb823dcf9ea Mon Sep 17 00:00:00 2001
From: jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Date: Wed, 25 Apr 2007 23:38:21 +0000
Subject: Merged r5033:5116 from developer branch jcorgan/snd, with minor
 edits.  Trunk passes distcheck.  Adds gr-sounder component, see
 gr-sounder/README.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5117 221aa14e-8319-0410-a670-987f0aec2ac5
---
 gr-sounder/src/fpga/Makefile.am | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 gr-sounder/src/fpga/Makefile.am

(limited to 'gr-sounder/src/fpga/Makefile.am')

diff --git a/gr-sounder/src/fpga/Makefile.am b/gr-sounder/src/fpga/Makefile.am
new file mode 100644
index 0000000000..f4cd4fd42d
--- /dev/null
+++ b/gr-sounder/src/fpga/Makefile.am
@@ -0,0 +1,24 @@
+#
+# Copyright 2007 Free Software Foundation, Inc.
+# 
+# This file is part of GNU Radio
+# 
+# GNU Radio is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+# 
+# GNU Radio is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public License
+# along with GNU Radio; see the file COPYING.  If not, write to
+# the Free Software Foundation, Inc., 51 Franklin Street,
+# Boston, MA 02110-1301, USA.
+# 
+
+include $(top_srcdir)/Makefile.common
+
+SUBDIRS = top lib rbf
-- 
cgit v1.2.3