diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2013-12-15 00:30:11 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2013-12-15 00:30:11 +0100 |
commit | ae587d9d1678d50c98497efeaeecda28f2703229 (patch) | |
tree | 1ebbf6c22a285b472d27ace9b6862b34de863a1f /lib/Makefile.am | |
parent | 3b9870cebf16a50ade6d7591e089c8ccbe614024 (diff) | |
download | dabmod-ae587d9d1678d50c98497efeaeecda28f2703229.tar.gz dabmod-ae587d9d1678d50c98497efeaeecda28f2703229.tar.bz2 dabmod-ae587d9d1678d50c98497efeaeecda28f2703229.zip |
autotools: AM_INIT_AUTOMAKE with subdir-objects
Make the autotools non-recursive to suppress error, and make it
future-proof.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am deleted file mode 100644 index 8988a80..0000000 --- a/lib/Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright (C) 2008, 2009 Her Majesty the Queen in Right of Canada -# (Communications Research Center Canada) - -# This file is part of CRC-DabMod. -# -# CRC-DabMod 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 of the -# License, or (at your option) any later version. -# -# CRC-DabMod 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 CRC-DabMod. If not, see <http://www.gnu.org/licenses/>. - -EXTRA_DIST =kiss_fft129.tar.gz |