remove @TARGET_LIBS@, they don't exist
authorLuke Howard <lukeh@padl.com>
Mon, 3 Jan 2011 01:11:01 +0000 (12:11 +1100)
committerLuke Howard <lukeh@padl.com>
Mon, 3 Jan 2011 01:11:01 +0000 (12:11 +1100)
Makefile.am

index 36ff5a4..ef09a5c 100644 (file)
@@ -16,7 +16,7 @@ mech_eap_la_LDFLAGS  = -avoid-version -module \
                        -export-symbols mech_eap.exports -no-undefined \
                        @EAP_LDFLAGS@ @RADSEC_LDFLAGS@ @TARGET_LDFLAGS@
 mech_eap_la_LIBADD   = @KRB5_LIBS@ @EAP_LIBS@ @RADSEC_LIBS@ \
-                      @SHIBRESOLVER_LIBS@ @SHIBSP_LIBS@ @TARGET_LIBS@
+                      @SHIBRESOLVER_LIBS@ @SHIBSP_LIBS@
 
 mech_eap_la_SOURCES =                          \
        accept_sec_context.c                    \