Add subdir-objects option, ignore .dirstamp files.

This commit is contained in:
Michael Jumper 2013-10-25 17:18:58 -07:00
parent ffb64e856f
commit 9e1ebb8362
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -21,6 +21,7 @@
# automake/autoconf # automake/autoconf
.deps/ .deps/
.dirstamp
.libs/ .libs/
Makefile Makefile
Makefile.in Makefile.in

View File

@ -37,7 +37,7 @@
AC_PREREQ([2.61]) AC_PREREQ([2.61])
AC_INIT([guacamole-server], [0.8.3]) AC_INIT([guacamole-server], [0.8.3])
AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
LT_PREREQ([2.2]) LT_PREREQ([2.2])
LT_INIT([dlopen]) LT_INIT([dlopen])