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
commit09cc9a1f35d8a4b847e9982745c65c7408f72999 (patch)
treee34e49ba5a481137a3169acc8ff0ce161a73b550 /configure.ac
parentdfbd12d4d9e5af664330aff4bd31443f271d444c (diff)
downloadlibpam-x2go-09cc9a1f35d8a4b847e9982745c65c7408f72999.tar.gz
libpam-x2go-09cc9a1f35d8a4b847e9982745c65c7408f72999.tar.bz2
libpam-x2go-09cc9a1f35d8a4b847e9982745c65c7408f72999.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
###########################