rename kcm_protos to kcm-protos.h

This commit is contained in:
Love Hornquist Astrand
2009-07-30 15:03:28 +02:00
parent b10f885c59
commit c97cc4647c
2 changed files with 5 additions and 5 deletions

View File

@@ -17,16 +17,16 @@ kcm_SOURCES = \
glue.c \
headers.h \
kcm_locl.h \
kcm_protos.h \
kcm-protos.h \
log.c \
main.c \
protocol.c \
renew.c
$(srcdir)/kcm_protos.h:
cd $(srcdir); perl ../cf/make-proto.pl -o kcm_protos.h -q -P comment $(kcm_SOURCES) || rm -f kcm_protos.h
$(srcdir)/kcm-protos.h:
cd $(srcdir); perl ../cf/make-proto.pl -o kcm-protos.h -q -P comment $(kcm_SOURCES) || rm -f kcm-protos.h
$(kcm_OBJECTS): $(srcdir)/kcm_protos.h
$(kcm_OBJECTS): $(srcdir)/kcm-protos.h
man_MANS = kcm.8

View File

@@ -163,7 +163,7 @@ extern int disallow_getting_krbtgt;
extern const krb5_cc_ops krb5_kcmss_ops;
#endif
#include <kcm_protos.h>
#include <kcm-protos.h>
#endif /* __KCM_LOCL_H__ */