conditional compile
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3025 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -4,7 +4,12 @@ AUTOMAKE_OPTIONS = no-dependencies foreign
|
||||
|
||||
INCLUDES = -I$(top_builddir)/include $(INCLUDE_krb4)
|
||||
|
||||
lib_LIBRARIES = libkafs.a
|
||||
if KRB4
|
||||
AFSLIBS = libkafs.a
|
||||
else
|
||||
AFSLIBS =
|
||||
endif
|
||||
lib_LIBRARIES = $(AFSLIBS)
|
||||
#EXTRA_LIBRARIES = afslib.so
|
||||
|
||||
libkafs_a_SOURCES = afssys.c afskrb5.c
|
||||
|
Reference in New Issue
Block a user