summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index b4cf751..8fef58b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@
Makefile
Makefile.in
autom4te.cache
+compile
config.log
config.status
configure
diff --git a/configure.ac b/configure.ac
index c04f4e2..b863526 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ dnl FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
dnl DEALINGS IN THE SOFTWARE.
AC_INIT([xlaunch], m4_esyscmd([cat version | tr -d '\n']), cygwin-xfree@cygwin.com)
-AM_INIT_AUTOMAKE([foreign no-define silent-rules dist-bzip2 no-dist-gzip])
+AM_INIT_AUTOMAKE([foreign no-define silent-rules dist-bzip2 no-dist-gzip subdir-objects])
AM_SILENT_RULES([yes])
AC_ARG_ENABLE(debug, AS_HELP_STRING([--enable-debug], [Enable debugging (default: disabled)]),