commit 360419c01273787019c32635c97fd7091b77db0f parent a4e2ab7b599a750a2f033ee18da975abd37b3136 Author: Kris Maglione <bsdaemon@wmii.de> Date: Sat, 17 Jun 2006 07:52:01 -0400 Forgot the makefile Diffstat:
| libixp/Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libixp/Makefile b/libixp/Makefile @@ -5,7 +5,7 @@ include ../config.mk CFLAGS += -I ../libcext -SRC = client.c convert.c message.c server.c socket.c transport.c +SRC = client.c convert.c message.c server.c socket.c transport.c intmap.c request.c OBJ = ${SRC:.c=.o}