diff options
author | Stefan Bühler <stbuehler@web.de> | 2015-06-21 12:47:14 +0000 |
---|---|---|
committer | Stefan Bühler <stbuehler@web.de> | 2015-06-21 12:47:14 +0000 |
commit | e6925949abc2c0adc7ecab82423ea3b0b759a992 (patch) | |
tree | a83f4e204d06042b7d927e26b3c328032f657690 /Makefile.am | |
parent | 427120b41a141626dbb40a752c848f199fc9f7a8 (diff) | |
download | lighttpd-git-e6925949abc2c0adc7ecab82423ea3b0b759a992.tar.gz |
add some until now missing files to dist tarball
From: Stefan Bühler <stbuehler@web.de>
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2990 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 390831bb..ff5d6a82 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS=src doc tests -EXTRA_DIST=autogen.sh SConstruct +EXTRA_DIST=autogen.sh SConstruct CMakeLists.txt cmake ACLOCAL_AMFLAGS = -I m4 |