From 535b3a9f8fb5f595086d4e9a06dd1b924e1770f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 20 Oct 2006 20:40:20 +0000 Subject: [PATCH] add nt_gss_common.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18708 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/test/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appl/test/Makefile.am b/appl/test/Makefile.am index 14bcc1703..78e93a977 100644 --- a/appl/test/Makefile.am +++ b/appl/test/Makefile.am @@ -28,9 +28,9 @@ gssapi_client_LDADD = $(gssapi_server_LDADD) http_client_LDADD = $(top_builddir)/lib/gssapi/libgssapi.la $(LDADD) -nt_gss_client_SOURCES = nt_gss_client.c nt_gss_common.c common.c +nt_gss_client_SOURCES = nt_gss_client.c nt_gss_common.c nt_gss_common.h common.c -nt_gss_server_SOURCES = nt_gss_server.c nt_gss_common.c +nt_gss_server_SOURCES = nt_gss_server.c nt_gss_common.c nt_gss_common.h nt_gss_client_LDADD = $(gssapi_server_LDADD)