diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-01-03 14:58:33 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-01-03 14:58:33 +0100 |
commit | 50060e2905c0c9d6245209ed6b309d0878ebcf3b (patch) | |
tree | 5873756eced22d0a2247a7bc558b8abe3d37ef5a /lib/Makefile.am | |
parent | ae587d9d1678d50c98497efeaeecda28f2703229 (diff) | |
download | dabmod-50060e2905c0c9d6245209ed6b309d0878ebcf3b.tar.gz dabmod-50060e2905c0c9d6245209ed6b309d0878ebcf3b.tar.bz2 dabmod-50060e2905c0c9d6245209ed6b309d0878ebcf3b.zip |
Revert "autotools: AM_INIT_AUTOMAKE with subdir-objects"
This reverts commit ae587d9d1678d50c98497efeaeecda28f2703229.
It doesn't work well with older autotools. Solving this is not urgent.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am new file mode 100644 index 0000000..8988a80 --- /dev/null +++ b/lib/Makefile.am @@ -0,0 +1,19 @@ +# 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 |