diff options
author | Roland McGrath <roland@gnu.org> | 1996-04-25 07:24:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-04-25 07:24:55 +0000 |
commit | 8268b354e1b640a6df2773d3bb28455f3eef139a (patch) | |
tree | eee92bffb99b6dae45216d34207edaa2ce9bae53 /auth | |
parent | b98230bc8396ca23f40e450c01662c45c8174594 (diff) |
(auth): Depend on libshouldbeinlibc.
Diffstat (limited to 'auth')
-rw-r--r-- | auth/Makefile | 15 |
1 files 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 |