Skip to content

Commit

Permalink
Link proxy backend against internal crypto library
Browse files Browse the repository at this point in the history
  • Loading branch information
sgallagher authored and simo5 committed May 26, 2009
1 parent 4fcb0a5 commit 260425e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions server/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,8 @@ libsss_ldap_la_CFLAGS = \
$(AM_CFLAGS) \
$(LDAP_CFLAGS)
libsss_ldap_la_LIBADD = \
$(PAM_LIBS)
$(PAM_LIBS) \
libsss_crypt.la
libsss_ldap_la_LDFLAGS = \
-version-info 1:0:0 \
-module
Expand All @@ -374,7 +375,8 @@ libsss_proxy_la_SOURCES = \
libsss_proxy_la_CFLAGS = \
$(AM_CFLAGS)
libsss_proxy_la_LIBADD = \
$(PAM_LIBS)
$(PAM_LIBS) \
libsss_crypt.la
libsss_proxy_la_LDFLAGS = \
-version-info 1:0:0 \
-module
Expand Down

0 comments on commit 260425e

Please sign in to comment.