]> sjero.net Git - wget/blobdiff - src/Makefile.in
[svn] Removed libtool and switched to config.rpath to perform configuration-time...
[wget] / src / Makefile.in
index 6a4a3e356cb9423562566c9c2053948e8f7b20be..1fd5c7af58c73420d741a42b154c2736d51c7586 100644 (file)
@@ -50,14 +50,15 @@ CPPFLAGS = @CPPFLAGS@
 # The following line is losing on some versions of make!
 DEFS     = @DEFS@ -DSYSTEM_WGETRC=\"$(sysconfdir)/wgetrc\" -DLOCALEDIR=\"$(localedir)\"
 CFLAGS   = @CFLAGS@
-LDFLAGS  = @LDFLAGS@
-LIBS     = @LIBS@
+LDFLAGS  = @LDFLAGS@ 
+LIBS     = @LIBS@ @LIBSSL@
 exeext   = @exeext@
 
-INCLUDES = -I. -I$(srcdir) @SSL_INCLUDES@
+#INCLUDES = -I. -I$(srcdir) @SSL_INCLUDES@
+INCLUDES = -I. -I$(srcdir)
 
 COMPILE = $(CC) $(INCLUDES) $(CPPFLAGS)  $(DEFS) $(CFLAGS)
-LINK    = @LIBTOOL@ --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
+LINK    = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
 INSTALL = @INSTALL@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 RM = rm -f