dtinfo/DtMmdb: Fix up another build issue
This commit is contained in:
parent
97b2f86eba
commit
10c77328fa
|
|
@ -14,11 +14,12 @@ SUBDIRS = \
|
|||
lib_LTLIBRARIES = libDtMmdb.la
|
||||
|
||||
libDtMmdb_la_SOURCES =
|
||||
|
||||
libDtMmdb_la_LIBADD = api/libapi.la btree/libbtree.la
|
||||
# fake things so libtool creates this as a C++ library
|
||||
nodist_EXTRA_libDtMmdb_la_SOURCES = dummy.cxx
|
||||
libDtMmdb_la_LIBADD = api/libapi.la btree/libbtree.la \
|
||||
btree_berkeley/libbtree_berkeley.la \
|
||||
compression/libcompression.la diskhash/libdiskhash.la \
|
||||
dstr/libdstr.la libdti_excs/libdti_excs.la \
|
||||
dstr/libdstr.la dti_excs/libdti_excs.la \
|
||||
dynhash/libdynhash.la hmphf/libhmphf.la \
|
||||
index/libindex.la mgrs/libmgrs.la misc/libmisc.la \
|
||||
object/libobject.la oliasdb/liboliasdb.la \
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
#include "oliasdb/graphic_hd.h"
|
||||
|
||||
#ifdef DtinfoClient
|
||||
#include <lib/DtSvc/DtUtil2/LocaleXlate.h>
|
||||
#include <Dt/LocaleXlate.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue