diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-06-28 15:51:39 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2006-06-28 15:51:39 +0000 |
commit | 4a609fb923a30a9f2375b575ebdea18f95f97a52 (patch) | |
tree | dbdc49f6ead4026fd8d024c850f8b0e56e7a1e2d /libdiskfs | |
parent | 88aaf3455d9bd1ba5312515144fe71abf50eb080 (diff) |
2006-06-28 Thomas Schwinge <tschwinge@gnu.org>
* Makefile (HURDLIBS): Add `pager'.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/ChangeLog | 4 | ||||
-rw-r--r-- | libdiskfs/Makefile | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index c79f9966..a4045f54 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,3 +1,7 @@ +2006-06-28 Thomas Schwinge <tschwinge@gnu.org> + + * Makefile (HURDLIBS): Add `pager'. + 2006-03-15 Thomas Schwinge <tschwinge@gnu.org> * priv.h: Include <argp.h>. diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index 526cab7f..73686889 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -1,5 +1,6 @@ # -# Copyright (C) 1994,95,96,97,98,99,2000,01 Free Software Foundation, Inc. +# Copyright (C) 1994,95,96,97,98,99,2000,01,2006 +# Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -61,7 +62,7 @@ MIGSTUBS = fsServer.o ioServer.o fsysServer.o exec_startupServer.o \ startup_notifyServer.o OBJS = $(sort $(SRCS:.c=.o) $(MIGSTUBS)) -HURDLIBS = fshelp iohelp store threads ports shouldbeinlibc +HURDLIBS = fshelp iohelp store threads ports shouldbeinlibc pager fsys-MIGSFLAGS = -imacros $(srcdir)/fsmutations.h -DREPLY_PORTS fs-MIGSFLAGS = -imacros $(srcdir)/fsmutations.h |