Blob Blame History Raw
diff -Nur siege-4.0.1/include/Makefile.am siege-4.0.1.new/include/Makefile.am
--- siege-4.0.1/include/Makefile.am	2016-03-15 15:15:42.000000000 +0100
+++ siege-4.0.1.new/include/Makefile.am	2016-03-30 15:21:20.305605067 +0200
@@ -20,7 +20,6 @@
 ## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 ##
 
-SUBDIRS = joedog
 
 WARN_CFLAGS = @WARN_CFLAGS@
 AM_CFLAGS = $(WARN_CFLAGS)
diff -Nur siege-4.0.1/Makefile.am siege-4.0.1.new/Makefile.am
--- siege-4.0.1/Makefile.am	2016-03-15 15:15:42.000000000 +0100
+++ siege-4.0.1.new/Makefile.am	2016-03-30 15:22:15.732151334 +0200
@@ -26,7 +26,7 @@
 
 AM_CFLAGS         =    $(WARN_CFLAGS)
 
-SUBDIRS           =    . include lib src utils doc html
+SUBDIRS           =    . include src utils doc html
 
 DIST_SUBDIRS      =    $(SUBDIRS)
 
diff -Nur siege-4.0.1/src/Makefile.am siege-4.0.1.new/src/Makefile.am
--- siege-4.0.1/src/Makefile.am	2016-03-15 15:15:42.000000000 +0100
+++ siege-4.0.1.new/src/Makefile.am	2016-03-30 15:24:38.125985668 +0200
@@ -30,9 +30,7 @@
 
 LIBS               =   $(SSL_LIBS) $(Z_LIBS)
 
-siege_LDADD        =   $(top_srcdir)/lib/joedog/libjoedog.la
-
-siege_DEPENDENCIES =   $(top_srcdir)/lib/joedog/libjoedog.la 
+siege_LDFLAGS = -ljoedog -lpthread
 
 siege_SOURCES      =   \
 ansidecl.h             \