From f0f8f4990834c6c9ad24edb21462a1f9565ecc69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Groenvall?= Date: Mon, 4 Sep 1995 13:19:09 +0000 Subject: [PATCH] Foo? git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@99 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/telnet/libtelnet/Makefile.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/appl/telnet/libtelnet/Makefile.in b/appl/telnet/libtelnet/Makefile.in index 55573b4e3..ad35e3c07 100644 --- a/appl/telnet/libtelnet/Makefile.in +++ b/appl/telnet/libtelnet/Makefile.in @@ -9,7 +9,7 @@ CC = @CC@ AR = ar RANLIB = @RANLIB@ DEFS = @DEFS@ -CFLAGS = @CFLAGS@ -I/usr/athena/include +CFLAGS = @CFLAGS@ prefix = @prefix@ exec_prefix = $(prefix) @@ -32,12 +32,16 @@ OBJECTS=auth.o encrypt.o genget.o \ all: libtelnet.a .c.o: - $(CC) -c $(CPPFLAGS) $(CFLAGS) $(DEFS) -I.. -I$(srcdir)/.. $< + $(CC) -c $(CPPFLAGS) $(CFLAGS) $(DEFS) \ + -I../../../include -I$(srcdir)/../../../include -I.. -I$(srcdir)/.. $< libtelnet.a: $(OBJECTS) $(AR) cr libtelnet.a $(OBJECTS) $(RANLIB) libtelnet.a +install: + @echo "Nothing to install in libtelnet" + clean cleandir: rm -f *.o *.a \#* *~ core