1--- lib/Makefile.orig	2009-07-04 13:11:04.000000000 -0300
2+++ lib/Makefile	2010-03-08 19:39:24.000000000 -0300
3@@ -49,6 +49,7 @@
4 	rm -f $@
5 	$(AR) rcs $@ $^
6 	$(RANLIB) $@
7+	$(CC) $(CFLAGS) -shared $^ -o libpci.so
8 else
9 CFLAGS += -fPIC -fvisibility=hidden
10 $(PCILIB): $(addsuffix .o,$(OBJS))
11