summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMathis Rosenhauer <rosenhauer@dkrz.de>2014-07-16 10:06:14 +0200
committerMathis Rosenhauer <rosenhauer@dkrz.de>2014-07-16 10:06:14 +0200
commit72ec4a5d58562cd93ad3afde93f14017687b3494 (patch)
treed92e2ffa1082ba62d85a55e5e1c113c9207db132 /Makefile.am
parent3e8bb4b3571ad832f211544c45d58b49ee0b0188 (diff)
downloadlibaec-72ec4a5d58562cd93ad3afde93f14017687b3494.tar.gz
libaec-72ec4a5d58562cd93ad3afde93f14017687b3494.tar.bz2
libaec-72ec4a5d58562cd93ad3afde93f14017687b3494.zip
Add missing file to dist.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9d88c61..8637a51 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src tests
-EXTRA_DIST = doc/license.txt doc/logo.svg CMakeLists.txt
+EXTRA_DIST = doc/license.txt doc/logo.svg CMakeLists.txt config.h.in
bench: all
cd tests && $(MAKE) $(AM_MAKEFLAGS) bench
benc: all