autoconf magic for compile_et/libcom_err
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10581 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -12,5 +12,5 @@ if DCE
|
||||
dir_dce = kdfs
|
||||
endif
|
||||
|
||||
SUBDIRS = @DIR_roken@ vers editline com_err sl asn1 @DIR_des@ krb5 \
|
||||
SUBDIRS = @DIR_roken@ vers editline @DIR_com_err@ sl asn1 @DIR_des@ krb5 \
|
||||
kafs hdb kadm5 gssapi auth $(dir_45) $(dir_otp) $(dir_dce)
|
||||
|
@@ -7,7 +7,7 @@ YFLAGS = -d
|
||||
lib_LTLIBRARIES = libasn1.la
|
||||
libasn1_la_LDFLAGS = -version-info 5:0:0
|
||||
|
||||
libasn1_la_LIBADD = ../com_err/libcom_err.la
|
||||
libasn1_la_LIBADD = @LIB_com_err@
|
||||
|
||||
BUILT_SOURCES = \
|
||||
$(gen_files:.x=.c) \
|
||||
|
@@ -23,8 +23,8 @@ L = \
|
||||
$(top_builddir)/lib/krb5/.libs/libkrb5.a \
|
||||
$(top_builddir)/lib/asn1/.libs/libasn1.a \
|
||||
$(LIB_krb4) \
|
||||
$(LIB_des_a) \
|
||||
$(top_builddir)/lib/com_err/.libs/libcom_err.a \
|
||||
$(LIB_des_a) \
|
||||
$(LIB_com_err_a) \
|
||||
$(top_builddir)/lib/roken/.libs/libroken.a \
|
||||
$(LIB_getpwnam_r) \
|
||||
-lc
|
||||
@@ -34,8 +34,8 @@ L_shared = \
|
||||
$(top_builddir)/lib/krb5/.libs/libkrb5.so \
|
||||
$(top_builddir)/lib/asn1/.libs/libasn1.so \
|
||||
$(LIB_krb4) \
|
||||
$(LIB_des_so) \
|
||||
$(top_builddir)/lib/com_err/.libs/libcom_err.so \
|
||||
$(LIB_des_so) \
|
||||
$(LIB_com_err_so) \
|
||||
$(top_builddir)/lib/roken/.libs/libroken.so \
|
||||
$(LIB_getpwnam_r) \
|
||||
-lc
|
||||
|
@@ -18,7 +18,7 @@ libsl_la_LDFLAGS = -version-info 1:2:1
|
||||
libss_la_LDFLAGS = -version-info 1:4:1
|
||||
|
||||
libsl_la_LIBADD = @LIB_readline@
|
||||
libss_la_LIBADD = @LIB_readline@ ../com_err/libcom_err.la
|
||||
libss_la_LIBADD = @LIB_readline@ @LIB_com_err@
|
||||
|
||||
libsl_la_SOURCES = sl_locl.h sl.c $(ES)
|
||||
libss_la_SOURCES = $(libsl_la_SOURCES) ss.c ss.h
|
||||
|
Reference in New Issue
Block a user