diff options
author | Matthias P. Braendli (think) <matthias@mpb.li> | 2012-08-26 21:47:22 +0200 |
---|---|---|
committer | Matthias P. Braendli (think) <matthias@mpb.li> | 2012-08-26 21:47:22 +0200 |
commit | c84de18fa8448c76426c60257c7ae8dac72a4039 (patch) | |
tree | ff1cfea971ada88867e411cf8abc1a99a88eb32d /Makefile.am | |
parent | 4f3f33c245e3d92692eec0307d6f842c225a0a80 (diff) | |
download | dabmod-c84de18fa8448c76426c60257c7ae8dac72a4039.tar.gz dabmod-c84de18fa8448c76426c60257c7ae8dac72a4039.tar.bz2 dabmod-c84de18fa8448c76426c60257c7ae8dac72a4039.zip |
crc-dabmod: autoconf added boost version check
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 7ab7b09..9176eee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,4 +18,6 @@ SUBDIRS =src lib +ACLOCAL_AMFLAGS = -I m4 + EXTRA_DIST =COPYING NEWS README AUTHORS ChangeLog TODO doc |