diff options
author | Ted Gould <ted@gould.cx> | 2012-08-19 21:07:27 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-08-19 21:07:27 -0500 |
commit | 25d538922977591bb4ee1e55d6f0dbebee7b9675 (patch) | |
tree | e34e49ba5a481137a3169acc8ff0ce161a73b550 | |
parent | 427bb09f088ff4a0f7dc508e2eca47a8c4df0ffb (diff) | |
download | libpam-freerdp2-25d538922977591bb4ee1e55d6f0dbebee7b9675.tar.gz libpam-freerdp2-25d538922977591bb4ee1e55d6f0dbebee7b9675.tar.bz2 libpam-freerdp2-25d538922977591bb4ee1e55d6f0dbebee7b9675.zip |
Only built the .so, it's a loadable module
-rw-r--r-- | configure.ac | 2 |
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 ########################### |