Skip to content
Snippets Groups Projects
Commit 0e337de0 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

build: changed include order

parent 676335e0
No related branches found
No related tags found
No related merge requests found
......@@ -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))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment