diff options
Diffstat (limited to 'libpager')
-rw-r--r-- | libpager/ChangeLog | 5 | ||||
-rw-r--r-- | libpager/Makefile | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/libpager/ChangeLog b/libpager/ChangeLog index e8f5d305..c9fa537e 100644 --- a/libpager/ChangeLog +++ b/libpager/ChangeLog @@ -1,3 +1,8 @@ +Thu Sep 12 16:21:14 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * Makefile (HURDLIBS): New variable. + (libpager.so): Delete special depedency. + Tue Aug 13 10:47:47 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * object-terminate.c (_pager_free_structure): Don't bother calling diff --git a/libpager/Makefile b/libpager/Makefile index f8c0999a..fc23364a 100644 --- a/libpager/Makefile +++ b/libpager/Makefile @@ -29,6 +29,7 @@ SRCS = data-request.c data-return.c data-unlock.c pager-port.c \ LCLHDRS = pager.h priv.h installhdrs = pager.h +HURDLIBS= threads ports OBJS = $(SRCS:.c=.o) memory_objectServer.o notifyServer.o MIGSFLAGS = -DSEQNOS @@ -36,5 +37,3 @@ MIGCOMSFLAGS = -prefix _pager_ include ../Makeconf -libpager.so: $(foreach lib,threads ports,\ - ../lib$(lib)/lib$(lib).so) |