summaryrefslogtreecommitdiff
path: root/pflocal/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-06-27 21:58:05 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-06-27 21:58:05 +0000
commit5f12f9a2bc4a27b97b92d7fc40117c96c9cd239e (patch)
treed6476fe34e32ce242ac9b8d48663831540f85078 /pflocal/Makefile
parent7c9228193e1953f9b843debec19b0fc81ade025a (diff)
(LCLHDRS): Add sserver.h.
Diffstat (limited to 'pflocal/Makefile')
-rw-r--r--pflocal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pflocal/Makefile b/pflocal/Makefile
index d55186d3..5ab1a86e 100644
--- a/pflocal/Makefile
+++ b/pflocal/Makefile
@@ -22,7 +22,7 @@ makemode := server
target = pflocal
SRCS = connq.c io.c pflocal.c socket.c pf.c sock.c sserver.c
-LCLHDRS = connq.h sock.h mig-decls.h mig-mutate.h
+LCLHDRS = connq.h sock.h mig-decls.h mig-mutate.h sserver.h
MIGSTUBS = ioServer.o socketServer.o
OBJS = $(SRCS:.c=.o) $(MIGSTUBS)