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 /.gitignore | |
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 '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,6 +12,7 @@ configure config.log config.h config.status -src/crc-dabmod +crc-dabmod +.dirstamp .*.swp |