add simple parser test app

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19329 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-13 20:41:38 +00:00
parent 91cf711cb7
commit dce35b5529
2 changed files with 188 additions and 0 deletions

View File

@@ -8,7 +8,18 @@ include_HEADERS = heimntlm.h heimntlm-protos.h
libheimntlm_la_SOURCES = ntlm.c
libheimntlm_la_LIBADD = \
../krb5/libkrb5.la \
$(LIB_roken)
$(srcdir)/heimntlm-protos.h:
cd $(srcdir) && perl ../../cf/make-proto.pl -q -P comment -o heimntlm-protos.h $(libheimntlm_la_SOURCES) || rm -f heimntlm-protos.h
$(libheimntlm_la_OBJECTS): $(srcdir)/heimntlm-protos.h
TESTS = test_ntlm
check_PROGRAMS = test_ntlm
LDADD = libheimntlm.la