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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user