From 3c3b8c6cf322ceacb451e0de8cac7b8338bbc297 Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Tue, 12 Feb 2013 14:00:13 -0600 Subject: Add support for building and using shared libraries. --- pjlib/build/os-linux-kernel.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjlib/build/os-linux-kernel.mak') diff --git a/pjlib/build/os-linux-kernel.mak b/pjlib/build/os-linux-kernel.mak index 934c889..28cfbc7 100644 --- a/pjlib/build/os-linux-kernel.mak +++ b/pjlib/build/os-linux-kernel.mak @@ -42,6 +42,6 @@ export TEST_LDFLAGS += -lgcc # TARGETS are make targets in the Makefile, to be executed for this given # operating system. # -export TARGETS := ../lib/pjlib.ko ../lib/pjlib-test.ko +export TARGETS := pjlib.ko pjlib-test.ko -- cgit v1.2.3