From 13a5d14385546fb63c99e365ddd3476abade2548 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Wed, 13 Aug 2003 03:23:04 +0000
Subject: [PATCH] Added a "lib" target to create an xpdev .so (For use in door
 porting)

---
 src/xpdev/GNUmakefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/xpdev/GNUmakefile b/src/xpdev/GNUmakefile
index af12c66080..971cb338e7 100644
--- a/src/xpdev/GNUmakefile
+++ b/src/xpdev/GNUmakefile
@@ -110,3 +110,7 @@ $(WRAPTEST): $(ODIR)/wraptest.o $(OBJS)
 	@echo Linking $@
 	@$(CC) $(CFLAGS) -o $@ $(LFLAGS) $^
 
+lib: $(ODIR)/libxpdev.so
+
+$(ODIR)/libxpdev.so: $(OBJS)
+	gcc -shared $(OBJS) -o $(ODIR)/libxpdev.so
-- 
GitLab