summaryrefslogtreecommitdiff
blob: 4e0f1142cd52561152ffd1b4f1fce6259e4e9346 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -21,11 +21,9 @@
 noinst_PROGRAMS = yahoo autoresponder
 
 yahoo_SOURCES = sample_client.c
-yahoo_LDADD = libyahoo2.la
-yahoo_LDFLAGS = -lssl
+yahoo_LDADD = libyahoo2.la -lssl
 
 autoresponder_SOURCES = autoresponder.c
-autoresponder_LDADD = libyahoo2.la
-autoresponder_LDFLAGS = -lssl
+autoresponder_LDADD = libyahoo2.la -lssl
 
 endif