summaryrefslogtreecommitdiff
path: root/pjlib
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:24:47 -0500
commitf3d98ed4613b4832ea37cbeacb0f710b72107fa1 (patch)
treeb699a570e831ecdf42a1bf2e53aa3215a64f14c1 /pjlib
parent9e5b6c43b13a561b09908d2a57edb6c96e4fedaf (diff)
Fix (my) review feedback from GitHub.
Diffstat (limited to 'pjlib')
-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)