summaryrefslogtreecommitdiff
path: root/pjlib/build/os-win32.mak
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2013-02-12 14:00:13 -0600
committerJason Parker <jparker@digium.com>2013-03-11 15:24:21 -0500
commit9e5b6c43b13a561b09908d2a57edb6c96e4fedaf (patch)
tree9a63bb6b422698f6cbf4a8bde776c7e457afb892 /pjlib/build/os-win32.mak
parent74ce69c77a8ed993870e6cc22582a1dea8e918e6 (diff)
Add support for building and using shared libraries.
Diffstat (limited to 'pjlib/build/os-win32.mak')
-rw-r--r--pjlib/build/os-win32.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib/build/os-win32.mak b/pjlib/build/os-win32.mak
index 0290fea..5be3c8e 100644
--- a/pjlib/build/os-win32.mak
+++ b/pjlib/build/os-win32.mak
@@ -29,5 +29,5 @@ export TEST_OBJS += main.o
# TARGETS are make targets in the Makefile, to be executed for this given
# operating system.
#
-export TARGETS = pjlib pjlib-test
+export TARGETS = $(PJLIB_LIB) $(TEST_EXE)