From: Marek VavruĊĦa Date: Mon, 9 Feb 2015 17:15:52 +0000 (+0100) Subject: build: changed include order X-Git-Tag: v1.0.0-beta1~334^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e337de0ad4d72cd3ffb2c67c47b6aaa018078c6;p=thirdparty%2Fknot-resolver.git build: changed include order --- diff --git a/daemon/kresolved.mk b/daemon/kresolved.mk index 125b66553..6d532438b 100644 --- a/daemon/kresolved.mk +++ b/daemon/kresolved.mk @@ -7,7 +7,7 @@ kresolved_SOURCES := \ # Dependencies kresolved_DEPEND := libkresolve libknot libuv -kresolved_LIBS := $(libkresolve_TARGET) $(libuv_LIBS) $(libknot_LIBS) +kresolved_LIBS := $(libkresolve_TARGET) $(libknot_LIBS) $(libuv_LIBS) # Make binary -$(eval $(call make_bin,kresolved,daemon)) \ No newline at end of file +$(eval $(call make_bin,kresolved,daemon))