]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
build: changed include order
authorMarek Vavruša <marek.vavrusa@nic.cz>
Mon, 9 Feb 2015 17:15:52 +0000 (18:15 +0100)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Mon, 9 Feb 2015 17:15:52 +0000 (18:15 +0100)
daemon/kresolved.mk

index 125b665537ca079bc2f19cd1b79bc820536226bd..6d532438bc351561d61e9bcec231a41b2a44009f 100644 (file)
@@ -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))