diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-06-27 21:55:09 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-06-27 21:55:09 +0000 |
commit | 93cec6d284b962d199218bf8e39317fa586a6a7b (patch) | |
tree | d7be06d9d8bbce2fa5cfa75f2217bea8a7b5069a /libps | |
parent | 82c38af5a13c781f1b8f19e4dfc06791c741ce2f (diff) |
(LCLHDRS): Add common.h.
Diffstat (limited to 'libps')
-rw-r--r-- | libps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libps/Makefile b/libps/Makefile index 0530c964..079ada8e 100644 --- a/libps/Makefile +++ b/libps/Makefile @@ -25,7 +25,7 @@ makemode := library libname = libps SRCS = context.c filters.c fmt.c host.c proclist.c procstat.c spec.c \ tty.c user.c write.c -LCLHDRS=ps.h ps_msg.h ps_term.h +LCLHDRS=ps.h ps_msg.h ps_term.h common.h installhdrs=$(LCLHDRS) installhdrsubdir = . |