summaryrefslogtreecommitdiff
path: root/pjlib/build/os-linux.mak
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/build/os-linux.mak')
-rw-r--r--pjlib/build/os-linux.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib/build/os-linux.mak b/pjlib/build/os-linux.mak
index 11c6fa7..78123ef 100644
--- a/pjlib/build/os-linux.mak
+++ b/pjlib/build/os-linux.mak
@@ -35,5 +35,5 @@ export TEST_LDFLAGS += -lm
# 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)