From f3d98ed4613b4832ea37cbeacb0f710b72107fa1 Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Wed, 13 Feb 2013 11:04:23 -0600 Subject: Fix (my) review feedback from GitHub. --- pjlib/build/os-auto.mak.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'pjlib/build/os-auto.mak.in') 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) -- cgit v1.2.3