summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-03-20 15:57:22 +0100
committerAlexander Larsson <alexl@redhat.com>2015-03-20 15:57:22 +0100
commit22ac447fc64ea473756cf8d30fd734b18b6c5f31 (patch)
tree0b8b0f01a480a307a6b0306cbd405553a54120e0 /configure.ac
parentdb191015d4a269e425afa6980c654605add9ddec (diff)
downloadxdg-app-22ac447fc64ea473756cf8d30fd734b18b6c5f31.tar.gz
Import libglnx
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 193f76d..97e8b5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,8 +12,9 @@ LT_INIT([disable-static])
AC_CONFIG_SRCDIR([xdg-app-helper.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([1.11 no-define no-dist-gzip dist-bzip2 tar-ustar foreign])
+AM_INIT_AUTOMAKE([1.11 no-define no-dist-gzip dist-bzip2 tar-ustar foreign subdir-objects])
AC_PROG_SED
+AC_USE_SYSTEM_EXTENSIONS
# Enable silent rules is available
AM_SILENT_RULES([yes])