summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-01-11 23:50:12 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-01-11 23:50:12 +0000
commit048991191294468f4ca5f316631c9b6595fdcc92 (patch)
treea7525539a21f1b5da6cea629ad481c183d390738 /Makefile
parentb7993061504e14582236d048d0dc4ec65cba8085 (diff)
downloads6-dns-048991191294468f4ca5f316631c9b6595fdcc92.tar.xz
Clean up static/shared libs initialization in configure and Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 46f8376..cdd3415 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,9 @@ it: all
CC = $(error Please use ./configure first)
+STATIC_LIBS :=
+SHARED_LIBS :=
+
-include config.mak
include package/targets.mak
include package/deps.mak