aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-08-19 21:07:27 -0500
committerTed Gould <ted@gould.cx>2012-08-19 21:07:27 -0500
commit25d538922977591bb4ee1e55d6f0dbebee7b9675 (patch)
treee34e49ba5a481137a3169acc8ff0ce161a73b550 /configure.ac
parent427bb09f088ff4a0f7dc508e2eca47a8c4df0ffb (diff)
downloadlibpam-freerdp2-25d538922977591bb4ee1e55d6f0dbebee7b9675.tar.gz
libpam-freerdp2-25d538922977591bb4ee1e55d6f0dbebee7b9675.tar.bz2
libpam-freerdp2-25d538922977591bb4ee1e55d6f0dbebee7b9675.zip
Only built the .so, it's a loadable module
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7e8ec5d..6bec53d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,6 +7,8 @@ AM_SILENT_RULES([yes])
AC_PROG_CC
AC_PROG_LIBTOOL
+LT_INIT([disable-static])
+
###########################
# PAM
###########################