diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-11-22 01:15:55 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-11-22 01:16:33 +0100 |
commit | d35f72041885f4bb2c531dd3a5a765b276e365e9 (patch) | |
tree | 99f4f8d6ecb335e479e3ef52897e8d8c3fad53bc /Makefile.am | |
parent | 59ae8d015a4b611187031983c4d1529050318c09 (diff) |
do not ship autogen.sh in the tarball
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 7a3539507a..77edaf3bbc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ SUBDIRS = . -EXTRA_DIST = autogen.sh +EXTRA_DIST = ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} |