summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2014-12-15 23:54:43 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2014-12-15 23:54:43 +0000
commitc9004254ef3d56871ac4aca406a69d8fb93dca05 (patch)
tree5344fe3af9472fea7689a076c1929b082cf2deef /Makefile
parent255d410c6492e42a584880785d63560dc96acdb4 (diff)
downloadskalibs-c9004254ef3d56871ac4aca406a69d8fb93dca05.tar.xz
Declare static/shared libs in configure, it's specific anyway
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b86cf74..32dc746 100644
--- a/Makefile
+++ b/Makefile
@@ -9,9 +9,6 @@ it: all
CC = $(error Please use ./configure first)
-SHARED_LIBS := libskarnet.so
-STATIC_LIBS := libskarnet.a
-
-include config.mak
include package/deps.mak