aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-04 15:48:07 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-04 15:48:27 +0200
commit8ad83579d01fa02d68aa81fc49dc6abbb458dc04 (patch)
tree496b51295ec6cc7e9686308b05e570a4e0253290 /configure.ac
parent17aeb03f42e28d3bc990fe95eb774a2ec2e18720 (diff)
downloadlibpam-freerdp2-8ad83579d01fa02d68aa81fc49dc6abbb458dc04.tar.gz
libpam-freerdp2-8ad83579d01fa02d68aa81fc49dc6abbb458dc04.tar.bz2
libpam-freerdp2-8ad83579d01fa02d68aa81fc49dc6abbb458dc04.zip
include/pam-freerdp2.h: Exclude PAM prompts via public API so they can be used by e.g. Arctica Greeter.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8d75950..b3daef1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_INIT([libpam-freerdp2], [1.0.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