Add gssd.h to the list of SRCS so one can build without 'make depend' first.

This commit is contained in:
David E. O'Brien 2008-12-30 01:33:15 +00:00
parent bb980c847f
commit 557fe2617d

View File

@ -2,7 +2,7 @@
PROG= gssd PROG= gssd
MAN= gssd.8 MAN= gssd.8
SRCS= gssd.c gssd_svc.c gssd_xdr.c gssd_prot.c SRCS= gssd.c gssd.h gssd_svc.c gssd_xdr.c gssd_prot.c
CFLAGS+= -I. CFLAGS+= -I.
WARNS?= 1 WARNS?= 1