summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2014-01-29 18:17:02 +0900
committerStef Walter <stefw@gnome.org>2014-01-29 18:17:02 +0900
commit73aab81e55a2c2d0161484de756317ad32c80ddc (patch)
tree2101ffb1f645b83d9d0b7b244c95ffda6c42edf1
parent43c54570e97c60457ed09ffb18ad8416b640e51d (diff)
downloadp11-kit-73aab81e55a2c2d0161484de756317ad32c80ddc.tar.gz
Don't use 'aux' directory name
Because Windows is really properly screwed up. https://bugs.freedesktop.org/show_bug.cgi?id=74149
-rw-r--r--build/litter/.empty (renamed from build/aux/.empty)0
-rw-r--r--configure.ac2
2 files changed, 1 insertions, 1 deletions
diff --git a/build/aux/.empty b/build/litter/.empty
index be533a1..be533a1 100644
--- a/build/aux/.empty
+++ b/build/litter/.empty
diff --git a/configure.ac b/configure.ac
index 91382f8..84d5ad5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ P11KIT_AGE=0
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([build/m4])
-AC_CONFIG_AUX_DIR([build/aux])
+AC_CONFIG_AUX_DIR([build/litter])
AM_INIT_AUTOMAKE([1.10 foreign serial-tests])
AM_SANITY_CHECK
AM_MAINTAINER_MODE([enable])