From c409ec99efebd85c58daef254a57e293ad713d2e Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 14 Aug 2010 21:15:47 +0000 Subject: [PATCH] Fix the extra data in the autotools-created tarballs. --- .gitignore | 1 + Makefile.am | 2 +- configure.ac | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1e2a497b..d6749fa8 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ configure libtool stamp-* *-stamp +deushax-*.tar.* # Our binaries src/test-map src/editor diff --git a/Makefile.am b/Makefile.am index 7a4c520a..f3bea74d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = src tools art gfx -DIST_SUBDIRS = $(SUBDIRS) +DIST_SUBDIRS = $(SUBDIRS) maps EXTRA_DIST = bootstrap AUTOMAKE_OPTIONS = dist-bzip2 diff --git a/configure.ac b/configure.ac index d4592e36..a0c71108 100644 --- a/configure.ac +++ b/configure.ac @@ -85,6 +85,7 @@ AC_CONFIG_FILES([ art/test/Makefile gfx/Makefile gfx/font/Makefile + maps/Makefile ]) AC_OUTPUT