From a104f6080d32089fceba1bf95e68714b138abc1d Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Fri, 23 Apr 2010 15:14:57 -0400 Subject: [PATCH] shared library support --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f14732c..be14617 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ ZLIB= DNS= # Build libpci as a shared library (yes/no; or local for testing; requires GCC) -SHARED=no +SHARED=yes # ABI version suffix in the name of the shared library ABI_VERSION=.3 -- 2.39.5