summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarek Vavruša <marek.vavrusa@nic.cz>2015-10-28 16:55:21 +0100
committerMarek Vavruša <marek.vavrusa@nic.cz>2015-10-28 16:55:21 +0100
commit8d9d96cd6bab9998559d84e533a95cbae5801e74 (patch)
tree38035743a9947feeb60835b9c8b27f874ef245a2 /Makefile
parentlib/validate: fixed NODATA proof when synthesised from * ENT (diff)
downloadknot-resolver-8d9d96cd6bab9998559d84e533a95cbae5801e74.tar.xz
knot-resolver-8d9d96cd6bab9998559d84e533a95cbae5801e74.zip
build: added pkg-config version requirements to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 06108823..e89e175c 100644
--- a/Makefile
+++ b/Makefile
@@ -15,8 +15,8 @@ BUILD_CFLAGS += --coverage
endif
# Dependencies
-$(eval $(call find_lib,libknot))
-$(eval $(call find_lib,libuv))
+$(eval $(call find_lib,libknot,2.0))
+$(eval $(call find_lib,libuv,1.0))
$(eval $(call find_alt,lua,luajit))
$(eval $(call find_lib,cmocka))
$(eval $(call find_bin,doxygen))