From 4ea857e38fbbc7987fdd676d0ab0dc31388f8aff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Groenvall?= Date: Mon, 25 Sep 1995 16:35:26 +0000 Subject: [PATCH] Link with and include X stuff. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@115 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/xnlock/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/appl/xnlock/Makefile.in b/appl/xnlock/Makefile.in index 7c7ae6694..1e543febe 100644 --- a/appl/xnlock/Makefile.in +++ b/appl/xnlock/Makefile.in @@ -10,7 +10,8 @@ CFLAGS = @CFLAGS@ INSTALL = @INSTALL@ LIBS = @LIBS@ -XLIBS=-lXt -lXmu -lXext -lX11 +XINCS=-I/usr/X11R6 -I/usr/include/X11R5 -I/usr/local/include +XLIBS=-L/usr/X11R6 -L/usr/lib/X11R5 -L/usr/local/lib -lXt -lXext -lX11 MKDIRHIER = @top_srcdir@/mkdirhier-sh @@ -35,7 +36,7 @@ Wall: make CFLAGS="-g -Wall -Wmissing-prototypes -Wmissing-declarations -D__USE_FIXED_PROTOTYPES__" .c.o: - $(CC) -c $(CPPFLAGS) $(DEFS) -I../.. -I../../include -I$(srcdir) -I$(srcdir)/../../include $(CFLAGS) $< + $(CC) -c $(CPPFLAGS) $(DEFS) $(XINCS) -I../.. -I../../include -I$(srcdir) -I$(srcdir)/../../include $(CFLAGS) $< install: all $(MKDIRHIER) $(bindir)