summaryrefslogtreecommitdiff
path: root/package/targets.mak
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-01-14 00:44:45 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-01-14 00:44:45 +0000
commit1f84ac05f76e73be294d74e5999e030a07221d68 (patch)
tree85ebf5545c0df31211755429c06e91ea50ee8eac /package/targets.mak
parent040737a72f3830d40f2c89be919479ddef97ef1d (diff)
downloadexecline-1f84ac05f76e73be294d74e5999e030a07221d68.tar.xz
- Parallel build fixv2.0.1.1
- version change to 2.0.1.1, release candidate
Diffstat (limited to 'package/targets.mak')
-rw-r--r--package/targets.mak6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/targets.mak b/package/targets.mak
index 2ecfe72..6f58541 100644
--- a/package/targets.mak
+++ b/package/targets.mak
@@ -44,6 +44,12 @@ wait
SBIN_TARGETS :=
LIBEXEC_TARGETS :=
+ifdef DO_ALLSTATIC
+LIBEXECLINE := libexecline.a
+else
+LIBEXECLINE := libexecline.so
+endif
+
ifdef DO_SHARED
SHARED_LIBS := libexecline.so
endif