diff options
author | Tom Rondeau | 2012-02-23 11:14:44 -0500 |
---|---|---|
committer | Tom Rondeau | 2012-02-23 11:14:44 -0500 |
commit | 5c6877db1b91ad6fafec9fce83bc7f9079493d39 (patch) | |
tree | a0211bea9082fde6e25c5d9ac2f5e00e92b56183 /gr-gsm-fr-vocoder | |
parent | 4f0b3fbe765b9f4ce744e2c2c182715fc63756e2 (diff) | |
parent | 330cddf31208b843c0997c6fb05cb3facf31f536 (diff) | |
download | gnuradio-5c6877db1b91ad6fafec9fce83bc7f9079493d39.tar.gz gnuradio-5c6877db1b91ad6fafec9fce83bc7f9079493d39.tar.bz2 gnuradio-5c6877db1b91ad6fafec9fce83bc7f9079493d39.zip |
Merge remote branch 'bistromath/volk_fix' into safe_align
Conflicts:
volk/apps/volk_profile.cc
Diffstat (limited to 'gr-gsm-fr-vocoder')
-rw-r--r-- | gr-gsm-fr-vocoder/Makefile.am | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/gr-gsm-fr-vocoder/Makefile.am b/gr-gsm-fr-vocoder/Makefile.am deleted file mode 100644 index 968ce327c..000000000 --- a/gr-gsm-fr-vocoder/Makefile.am +++ /dev/null @@ -1,27 +0,0 @@ -# -# Copyright 2004,2009 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 - -SUBDIRS = src - -pkgconfigdir = $(libdir)/pkgconfig -dist_pkgconfig_DATA = gnuradio-gsm-fr-vocoder.pc |