1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

dtinfo/DtMmdb: Fix up another build issue

This commit is contained in:
Jon Trulson 2021-12-04 19:03:16 -07:00
parent 97b2f86eba
commit 10c77328fa
2 changed files with 5 additions and 4 deletions

View file

@ -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 \

View file

@ -55,7 +55,7 @@
#include "oliasdb/graphic_hd.h"
#ifdef DtinfoClient
#include <lib/DtSvc/DtUtil2/LocaleXlate.h>
#include <Dt/LocaleXlate.h>
#endif
/*