don't build strstorage and strduptab (tinyldap doesn't use it anymore)
add comments in strstorage.c and strduptab.c that they are obsolete
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,7 +1,7 @@
|
||||
#DEBUG=1
|
||||
#COVERAGE=1
|
||||
|
||||
all: libowfat-warning t1 t2 parse dumpidx idx2ldif addindex bindrequest tinyldap \
|
||||
all: libowfat-warning t2 parse dumpidx idx2ldif addindex bindrequest tinyldap \
|
||||
tinyldap_standalone tinyldap_debug ldapclient ldapclient_str \
|
||||
md5password mysql2ldif acl dumpacls ldapdelete asn1dump tls.a x # t6 # t
|
||||
|
||||
@@ -36,7 +36,7 @@ scan_ldapmessage_nolengthcheck.o
|
||||
|
||||
ldif.a: ldif_parse.o ldap_match_mapped.o
|
||||
|
||||
storage.a: strstorage.o strduptab.o mstorage_add.o mduptab_add.o \
|
||||
storage.a: mstorage_add.o mduptab_add.o \
|
||||
bstr_diff.o mduptab_adds.o bstr_diff2.o mstorage_add_bin.o \
|
||||
mstorage_init.o mstorage_init_persistent.o mstorage_unmap.o \
|
||||
mduptab_init.o mduptab_init_reuse.o mduptab_reset.o
|
||||
|
||||
Reference in New Issue
Block a user