diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-14 00:44:45 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-14 00:44:45 +0000 |
commit | 1f84ac05f76e73be294d74e5999e030a07221d68 (patch) | |
tree | 85ebf5545c0df31211755429c06e91ea50ee8eac /package/targets.mak | |
parent | 040737a72f3830d40f2c89be919479ddef97ef1d (diff) | |
download | execline-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.mak | 6 |
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 |