|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Index: Makefile.in
|
|
|
|
|
--- Makefile.in.orig 2012-03-06 07:17:03.000000000 +0100
|
|
|
|
|
+++ Makefile.in 2015-08-28 09:56:45.586216447 +0200
|
|
|
|
|
+++ Makefile.in 2017-02-01 20:27:33.607697000 +0100
|
|
|
|
|
@@ -1,6 +1,6 @@
|
|
|
|
|
-SUBDIRS=stdutil libspread-util daemon docs libspread examples
|
|
|
|
|
-INSTALLSUBDIRS=daemon docs libspread examples
|
|
|
|
|
@ -12,16 +12,14 @@ Index: Makefile.in
|
|
|
|
|
.PHONY: all clean distclean mrproper veryclean binrelease install uninstallall uninstall
|
|
|
|
|
all: $(SUBDIRS)
|
|
|
|
|
Index: daemon/Makefile.in
|
|
|
|
|
--- daemon/Makefile.in.orig 2014-01-19 18:04:44.000000000 +0100
|
|
|
|
|
+++ daemon/Makefile.in 2015-08-28 09:39:38.925678934 +0200
|
|
|
|
|
@@ -29,8 +29,8 @@
|
|
|
|
|
--- daemon/Makefile.in.orig 2017-02-01 20:27:33.607952000 +0100
|
|
|
|
|
+++ daemon/Makefile.in 2017-02-01 20:28:45.773850000 +0100
|
|
|
|
|
@@ -29,7 +29,7 @@
|
|
|
|
|
#libspread-util includes
|
|
|
|
|
LIBSPREADUTIL_DIR=../libspread-util
|
|
|
|
|
LIBSPREADUTIL_PATHS=-I$(LIBSPREADUTIL_DIR)/include -I$(top_srcdir)/libspread-util/include
|
|
|
|
|
-LIBSPREADUTIL_LDFLAGS=-rdynamic
|
|
|
|
|
-LIBSPREADUTIL_LIBS=-ldl
|
|
|
|
|
+LIBSPREADUTIL_LDFLAGS=
|
|
|
|
|
+LIBSPREADUTIL_LIBS=
|
|
|
|
|
LIBSPREADUTIL_LIBS=
|
|
|
|
|
|
|
|
|
|
CC=@CC@
|
|
|
|
|
LD=@LD@
|
|
|
|
|
|