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