aboutsummaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2/files/patch-sample::Makefile.am
blob: 98fd62f809dae5e2524ab1d975744fe79fb551d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- sample/Makefile.am.orig	Tue Jan 22 21:00:24 2002
+++ sample/Makefile.am	Tue Jan 22 21:01:02 2002
@@ -54,7 +54,9 @@
 client_SOURCES = client.c common.c common.h
 
 server_LDADD = ../lib/libsasl.la $(LIB_SOCKET)
+server_LDFLAGS = $(GSSAPIBASE_LIBS)
 client_LDADD = ../lib/libsasl.la $(LIB_SOCKET)
+client_LDFLAGS = $(GSSAPIBASE_LIBS)
 
 sample_client_LDADD = ../lib/libsasl.la $(LIB_SOCKET)
 sample_server_LDADD = ../lib/libsasl.la $(LIB_SOCKET)