(INCLUDES): add krb4 includes here, which are somewhat bogusly used

when linking against libdes supplied by krb4


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9342 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-12-10 23:14:38 +00:00
parent 5aff696bc7
commit da35f6421a
3 changed files with 4 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
include $(top_srcdir)/Makefile.am.common include $(top_srcdir)/Makefile.am.common
INCLUDES += -I$(srcdir)/../krb5 INCLUDES += -I$(srcdir)/../krb5 $(INCLUDE_krb4)
lib_LTLIBRARIES = libgssapi.la lib_LTLIBRARIES = libgssapi.la
libgssapi_la_LDFLAGS = -version-info 2:2:1 libgssapi_la_LDFLAGS = -version-info 2:2:1

View File

@@ -2,7 +2,7 @@
include $(top_srcdir)/Makefile.am.common include $(top_srcdir)/Makefile.am.common
INCLUDES += -I$(srcdir)/../krb5 INCLUDES += -I$(srcdir)/../krb5 $(INCLUDE_krb4)
lib_LTLIBRARIES = libgssapi.la lib_LTLIBRARIES = libgssapi.la
libgssapi_la_LDFLAGS = -version-info 2:2:1 libgssapi_la_LDFLAGS = -version-info 2:2:1

View File

@@ -2,6 +2,8 @@
include $(top_srcdir)/Makefile.am.common include $(top_srcdir)/Makefile.am.common
INCLUDES += $(INCLUDE_krb4)
noinst_PROGRAMS = otptest noinst_PROGRAMS = otptest
otptest_LDADD = libotp.la \ otptest_LDADD = libotp.la \