aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-04 15:22:04 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-04 15:22:04 +0200
commit6d18eb86becb48ce0360e6808d70a95752d8a0e3 (patch)
treec6f369062ea0cd8de05ea5614b42e564835e13ae
parent08757c3a6f340396f5285c0a7fa68fcbba76c2b3 (diff)
downloadlibpam-x2go-6d18eb86becb48ce0360e6808d70a95752d8a0e3.tar.gz
libpam-x2go-6d18eb86becb48ce0360e6808d70a95752d8a0e3.tar.bz2
libpam-x2go-6d18eb86becb48ce0360e6808d70a95752d8a0e3.zip
configure.ac: Set subdir-objects automake option.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3ed94f2..91f7334 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_INIT([libpam-x2go], [0.0.1.1])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIRS([m4])
-AM_INIT_AUTOMAKE([-Wno-portability])
+AM_INIT_AUTOMAKE([-Wno-portability subdir-objects])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_PROG_CC