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:
parent
97b2f86eba
commit
10c77328fa
2 changed files with 5 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue