diff options
Diffstat (limited to 'libps/Makefile')
-rw-r--r-- | libps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libps/Makefile b/libps/Makefile index 079ada8e..8c8a22fc 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 common.h +LCLHDRS=ps.h common.h installhdrs=$(LCLHDRS) installhdrsubdir = . |