provide convenice lib
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23893 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -5,27 +5,30 @@ include $(top_srcdir)/Makefile.am.common
|
|||||||
AM_CPPFLAGS += $(INCLUDE_hcrypto)
|
AM_CPPFLAGS += $(INCLUDE_hcrypto)
|
||||||
|
|
||||||
lib_LTLIBRARIES = libheimntlm.la
|
lib_LTLIBRARIES = libheimntlm.la
|
||||||
|
noinst_LTLIBRARIES = libnheimntlm.la
|
||||||
|
|
||||||
include_HEADERS = heimntlm.h heimntlm-protos.h
|
include_HEADERS = heimntlm.h heimntlm-protos.h
|
||||||
|
|
||||||
libheimntlm_la_SOURCES = ntlm.c heimntlm.h
|
libheimntlm_la_SOURCES =
|
||||||
|
libnheimntlm_la_SOURCES = ntlm.c heimntlm.h
|
||||||
|
|
||||||
libheimntlm_la_LDFLAGS = -version-info 1:0:1
|
libheimntlm_la_LDFLAGS = -version-info 1:0:1
|
||||||
|
|
||||||
if versionscript
|
if versionscript
|
||||||
libheimntlm_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
|
libheimntlm_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
|
||||||
endif
|
endif
|
||||||
$(libheimntlm_la_OBJECTS): $(srcdir)/version-script.map
|
$(libnheimntlm_la_OBJECTS): $(srcdir)/version-script.map
|
||||||
|
|
||||||
libheimntlm_la_LIBADD = \
|
libheimntlm_la_LIBADD = \
|
||||||
|
libnheimntlm.la \
|
||||||
../krb5/libkrb5.la \
|
../krb5/libkrb5.la \
|
||||||
$(LIB_hcrypto) \
|
$(LIB_hcrypto) \
|
||||||
$(LIBADD_roken)
|
$(LIBADD_roken)
|
||||||
|
|
||||||
$(srcdir)/heimntlm-protos.h:
|
$(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
|
cd $(srcdir) && perl ../../cf/make-proto.pl -q -P comment -o heimntlm-protos.h $(libnheimntlm_la_SOURCES) || rm -f heimntlm-protos.h
|
||||||
|
|
||||||
$(libheimntlm_la_OBJECTS): $(srcdir)/heimntlm-protos.h
|
$(libnheimntlm_la_OBJECTS): $(srcdir)/heimntlm-protos.h
|
||||||
|
|
||||||
|
|
||||||
TESTS = test_ntlm
|
TESTS = test_ntlm
|
||||||
|
Reference in New Issue
Block a user