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