summaryrefslogtreecommitdiff
path: root/nscd/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1998-10-18 22:02:47 +0000
committerRoland McGrath <roland@gnu.org>1998-10-18 22:02:47 +0000
commit4f6bfa8090a2465d450fc3b3be1ae2d30b0e53c7 (patch)
tree4995d9580ce6cdc235bb484ada2895eb675e9f46 /nscd/Makefile
parent7434cee27c19eee320da7a1265a62d0e8665bd22 (diff)
* nscd/nscd-client.h: New file, broken out of "nscd.h".
* nscd/nscd.h: Move defns needed by clients to "nscd-client.h", and #include that. * nscd/Makefile (distribute): Add nscd-client.h
Diffstat (limited to 'nscd/Makefile')
-rw-r--r--nscd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/nscd/Makefile b/nscd/Makefile
index ed5c0ba9c5..278bca6bbe 100644
--- a/nscd/Makefile
+++ b/nscd/Makefile
@@ -38,7 +38,8 @@ extra-objs := $(nscd-modules:=.o)
endif
-distribute := nscd.h dbg_log.h $(nscd-modules:=.c) TODO nscd.conf nscd.init \
+distribute := nscd.h nscd-client.h dbg_log.h \
+ $(nscd-modules:=.c) TODO nscd.conf nscd.init \
nscd_proto.h
include ../Rules