summaryrefslogtreecommitdiff
path: root/pjlib/build/os-auto.mak.in
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/build/os-auto.mak.in')
-rw-r--r--pjlib/build/os-auto.mak.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib/build/os-auto.mak.in b/pjlib/build/os-auto.mak.in
index a4a2b8a..3f35dce 100644
--- a/pjlib/build/os-auto.mak.in
+++ b/pjlib/build/os-auto.mak.in
@@ -29,7 +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 pjlib-test
+export TARGETS = $(PJLIB_LIB) $(PJLIB_SONAME) $(TEST_EXE)