summaryrefslogtreecommitdiff
blob: d3e25ce5281cb8a97213f5292f1d4d35d371a76d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/Makefile b/Makefile
index 760a427..da2f62d 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,7 @@ install:	$(LIBARCH)
 
 $(LIBARCH):     $(OBJS)
 		@echo "Loading $(LIBARCH) ... "
+		$(CC) $(LDFLAGS) -shared -Wl,--soname,libpdb.so.0 -o libpdb.so.0.1 $(OBJS)
 		@ar cru $(LIBARCH) $(OBJS)
 		@$(RANLIB) $(LIBARCH)
 		@echo "done"