summaryrefslogtreecommitdiff
path: root/login
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-09-20 18:31:50 +0000
committerUlrich Drepper <drepper@redhat.com>1998-09-20 18:31:50 +0000
commitb0fd6165c72f56f0ff6383a5cc89d74ff24820fa (patch)
tree77bc5c139a3673233e5b632aa3ac2be90785695d /login
parent1391f5d3c838ed11fbd967fab3c5a76cd088e951 (diff)
1998-09-20 Ulrich Drepper <drepper@cygnus.com> * login/Makefile (distribute): Remove pty-internal.h, add pty-private.h.
Diffstat (limited to 'login')
-rw-r--r--login/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/login/Makefile b/login/Makefile
index 6ecee73c9c..f6dc62f524 100644
--- a/login/Makefile
+++ b/login/Makefile
@@ -38,7 +38,7 @@ extra-objs := $(utmpd-routines:=.o)
distribute := utmp-private.h programs/xtmp.h programs/utmpd.h README.utmpd \
programs/utmpd-private.h $(utmpd-routines:%=programs/%.c) \
- pty-internal.h
+ pty-private.h
subdir-dirs = programs
vpath %.c programs