summaryrefslogtreecommitdiff
path: root/pjlib/build/os-auto.mak.in
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2013-02-13 11:04:23 -0600
committerJason Parker <jparker@digium.com>2013-03-11 15:43:43 -0500
commit71174079bbdbf51e3f232d2591b3ab6b6d75c6f8 (patch)
treeb699a570e831ecdf42a1bf2e53aa3215a64f14c1 /pjlib/build/os-auto.mak.in
parent3c3b8c6cf322ceacb451e0de8cac7b8338bbc297 (diff)
Fix (my) review feedback from GitHub.
Diffstat (limited to 'pjlib/build/os-auto.mak.in')
-rw-r--r--pjlib/build/os-auto.mak.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/pjlib/build/os-auto.mak.in b/pjlib/build/os-auto.mak.in
index 8640255..3f35dce 100644
--- a/pjlib/build/os-auto.mak.in
+++ b/pjlib/build/os-auto.mak.in
@@ -29,10 +29,7 @@ export TEST_LDFLAGS += @LDFLAGS@ @LIBS@
# TARGETS are make targets in the Makefile, to be executed for this given
# operating system.
#
-export TARGETS = $(PJLIB_LIB) $(TEST_EXE)
-ifneq ($(PJ_SHARED_LIBRARIES),)
-export TARGETS += $(PJLIB_SONAME)
-endif
+export TARGETS = $(PJLIB_LIB) $(PJLIB_SONAME) $(TEST_EXE)