Add subdir-objects option, ignore .dirstamp files.
This commit is contained in:
parent
ffb64e856f
commit
9e1ebb8362
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,6 +21,7 @@
|
|||||||
|
|
||||||
# automake/autoconf
|
# automake/autoconf
|
||||||
.deps/
|
.deps/
|
||||||
|
.dirstamp
|
||||||
.libs/
|
.libs/
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
|
@ -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])
|
||||||
|
Loading…
Reference in New Issue
Block a user