summaryrefslogtreecommitdiff
path: root/gr-shd/include/Makefile.am
diff options
context:
space:
mode:
authorTom Rondeau2011-10-04 14:12:05 -0400
committerTom Rondeau2011-10-04 14:12:05 -0400
commitf3f2885ac08704910592b9091b6817aa71599003 (patch)
tree7ddeedce193c53506ec778709ef70942f5c68888 /gr-shd/include/Makefile.am
parentcb23b7a23ca8a1b1331e3d70e97425b1d52b2222 (diff)
parentf2a11d98f65f245410190ee2f7cabff12e58a696 (diff)
downloadgnuradio-f3f2885ac08704910592b9091b6817aa71599003.tar.gz
gnuradio-f3f2885ac08704910592b9091b6817aa71599003.tar.bz2
gnuradio-f3f2885ac08704910592b9091b6817aa71599003.zip
Merge branch 'shd'
Diffstat (limited to 'gr-shd/include/Makefile.am')
-rw-r--r--gr-shd/include/Makefile.am27
1 files changed, 27 insertions, 0 deletions
diff --git a/gr-shd/include/Makefile.am b/gr-shd/include/Makefile.am
new file mode 100644
index 000000000..2cb1597df
--- /dev/null
+++ b/gr-shd/include/Makefile.am
@@ -0,0 +1,27 @@
+#
+# Copyright 2011 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 3, 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
+
+grinclude_HEADERS = \
+ gr_shd_api.h \
+ gr_shd_smini_source.h \
+ gr_shd_smini_sink.h \ No newline at end of file