Skip to content

Commit

Permalink
Remove duplicate -shared
Browse files Browse the repository at this point in the history
The bug was introduced in a5480c1
  • Loading branch information
Ludovic Rousseau committed Oct 21, 2013
1 parent 0be74cf commit a002367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ EXTRA_DIST = test.c

AM_CFLAGS = $(OPENSSL_CFLAGS) $(LIBP11_CFLAGS) $(PAM_CFLAGS)
LIBS = $(OPENSSL_LIBS) $(LIBP11_LIBS) $(PAM_LIBS)
AM_LDFLAGS = -module -shared -avoid-version -shared -no-undefined \
AM_LDFLAGS = -module -avoid-version -shared -no-undefined \
-export-symbols "$(srcdir)/pam_p11.exports"

pam_LTLIBRARIES = pam_p11_openssh.la pam_p11_opensc.la
Expand Down

0 comments on commit a002367

Please sign in to comment.