From 8268b354e1b640a6df2773d3bb28455f3eef139a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 25 Apr 1996 07:24:55 +0000 Subject: (auth): Depend on libshouldbeinlibc. --- auth/Makefile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/auth/Makefile b/auth/Makefile index f0086ed5..4cc248cb 100644 --- a/auth/Makefile +++ b/auth/Makefile @@ -1,6 +1,6 @@ -# Copyright (C) 1991, 1993, 1994, 1995 Free Software Foundation, Inc. +# Copyright (C) 1991, 93, 94, 95, 96 Free Software Foundation, Inc. # This file is part of the GNU Hurd. -# +# # The GNU Hurd is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) @@ -10,7 +10,7 @@ # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with the GNU Hurd; see the file COPYING. If not, write to # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. @@ -19,12 +19,13 @@ dir := auth makemode := server SRCS = auth.c -OBJS = auth.o authServer.o auth_replyUser.o notifyServer.o -LCLHDRS = auth_mig.h +OBJS = auth.o authServer.o +LCLHDRS = authmutations.h auth_mig.h target = auth -MIGSFLAGS = "-DAUTH_INTRAN=aptptr_t convert_auth_to_apt (auth_t)" \ - "-DAUTH_IMPORTS=import \"auth_mig.h\";" +MIGSFLAGS = -imacros $(srcdir)/authmutations.h include ../Makeconf +auth: ../libports/libports.so ../libthreads/libthreads.so \ + ../libihash/libihash.so ../libshouldbeinlibc/libshouldbeinlibc.so -- cgit v1.2.3