use LIB_roken
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5897 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -75,9 +75,13 @@ libasn1_la_SOURCES = \
|
||||
timegm.c \
|
||||
$(BUILT_SOURCES)
|
||||
|
||||
asn1_compile_LDADD = ../roken/libroken.la $(LEXLIB)
|
||||
asn1_compile_LDADD = \
|
||||
$(LIB_roken) $(LEXLIB)
|
||||
|
||||
check_der_LDADD = libasn1.la ../com_err/libcom_err.la ../roken/libroken.la
|
||||
check_der_LDADD = \
|
||||
libasn1.la \
|
||||
../com_err/libcom_err.la \
|
||||
$(LIB_roken)
|
||||
|
||||
TESTS = check-der
|
||||
|
||||
|
@@ -19,4 +19,6 @@ CLEANFILES = lex.c parse.c parse.h
|
||||
|
||||
$(compile_et_OBJECTS): parse.h
|
||||
|
||||
compile_et_LDADD = ../roken/libroken.la $(LEXLIB)
|
||||
compile_et_LDADD = \
|
||||
$(LIB_roken) \
|
||||
$(LEXLIB)
|
||||
|
@@ -12,8 +12,10 @@ noinst_LIBRARIES =
|
||||
endif
|
||||
|
||||
noinst_PROGRAMS = testit
|
||||
testit_LDADD = libeditline.a $(LIB_tgetent) \
|
||||
$(top_builddir)/lib/roken/libroken.la
|
||||
testit_LDADD = \
|
||||
libeditline.a \
|
||||
$(LIB_tgetent) \
|
||||
$(LIB_roken)
|
||||
|
||||
include_HEADERS = editline.h
|
||||
|
||||
|
@@ -16,7 +16,7 @@ LDADD = libhdb.la \
|
||||
../krb5/libkrb5.la \
|
||||
../asn1/libasn1.la \
|
||||
../des/libdes.la \
|
||||
../roken/libroken.la \
|
||||
$(LIB_roken) \
|
||||
$(DBLIB)
|
||||
|
||||
lib_LTLIBRARIES = libhdb.la
|
||||
|
@@ -95,7 +95,7 @@ LDADD = \
|
||||
$(top_builddir)/lib/krb5/libkrb5.la \
|
||||
$(top_builddir)/lib/asn1/libasn1.la \
|
||||
$(top_builddir)/lib/des/libdes.la \
|
||||
$(top_builddir)/lib/roken/libroken.la \
|
||||
$(LIB_roken) \
|
||||
$(DBLIB)
|
||||
|
||||
CLEANFILES = kadm5_err.c kadm5_err.h
|
||||
|
@@ -6,7 +6,7 @@ noinst_PROGRAMS = otptest
|
||||
|
||||
otptest_LDADD = libotp.la \
|
||||
$(top_builddir)/lib/des/libdes.la \
|
||||
$(top_builddir)/lib/roken/libroken.la \
|
||||
$(LIB_roken) \
|
||||
$(DBLIB)
|
||||
|
||||
include_HEADERS = otp.h
|
||||
|
@@ -34,7 +34,9 @@ CLEANFILES = lex.c parse.c parse.h snprintf.c strtok_r.c
|
||||
|
||||
$(mk_cmds_OBJECTS): parse.h
|
||||
|
||||
LDADD = ../roken/libroken.la $(LEXLIB)
|
||||
LDADD = \
|
||||
$(LIB_roken) \
|
||||
$(LEXLIB)
|
||||
|
||||
strtok_r.c:
|
||||
$(LN_S) $(srcdir)/../roken/strtok_r.c .
|
||||
|
Reference in New Issue
Block a user