From f8e8025b75c0a4588849843853b72a3039bdb7f6 Mon Sep 17 00:00:00 2001 From: fcolin Date: Tue, 16 Jun 1998 09:26:08 +0000 Subject: Modif timer.c --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index e9d704f..4d73cae 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -XTINC = +XTINC =-I/usr/local/X11R6.3/include CC=gcc OBJ = timer.o bussocket.o bus.o GOBJ = timer.o bussocket.o gbus.o @@ -13,7 +13,7 @@ xtsocket.o: bussocket.c $(CC) -DXTMAINLOOP $(XTINC) -c $(CFLAGS) -o xtsocket.o bussocket.c testbus: testbus.o $(OBJ) - $(CC) -o testbus testbus.o $(OBJ) + $(CC) -o testbus testbus.o $(OBJ) -lsocket -lnsl libbus.a: $(OBJ) ar q libbus.a $(OBJ) -- cgit v1.1