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.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/pjlib/build/os-auto.mak.in b/pjlib/build/os-auto.mak.in
index 1c7e330e..478cc80f 100644
--- a/pjlib/build/os-auto.mak.in
+++ b/pjlib/build/os-auto.mak.in
@@ -30,7 +30,7 @@ export TEST_OBJS += @ac_main_obj@
# TARGETS are make targets in the Makefile, to be executed for this given
# operating system.
#
-export TARGETS = $(PJLIB_LIB) $(PJLIB_SONAME) $(TEST_EXE)
-
+export TARGETS = $(PJLIB_LIB) $(PJLIB_SONAME)
+export TARGETS_EXE = $(TEST_EXE)