mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtdbcache: make it build
This commit is contained in:
parent
8684607c8c
commit
a36ab9e796
3 changed files with 5 additions and 5 deletions
|
@ -396,6 +396,8 @@ programs/dtstyle/Makefile
|
|||
|
||||
programs/dtexec/Makefile
|
||||
|
||||
programs/dtdbcache/Makefile
|
||||
|
||||
])
|
||||
|
||||
AC_OUTPUT
|
||||
|
|
|
@ -30,7 +30,9 @@ cc -g -o Main Main.c -I/usr/dt/include -I/usr/openwin/include -R/export2/build/S
|
|||
#include <Xm/MessageB.h>
|
||||
#include <Xm/Form.h>
|
||||
#include <Xm/Text.h>
|
||||
#include <Dt/Dt.h>
|
||||
#include <Dt/Dts.h>
|
||||
#include <Dt/DtsMM.h>
|
||||
#include <Dt/UserMsg.h>
|
||||
#include <Dt/EnvControlP.h>
|
||||
|
||||
|
|
|
@ -2,11 +2,7 @@ MAINTAINERCLEANFILES = Makefile.in
|
|||
|
||||
bin_PROGRAMS = dtdbcache
|
||||
|
||||
dtdbcache_LDADD = -lm $(LIBSVC) $(LIBTT) $(XTOOLLIB) ${X_LIBS}
|
||||
|
||||
if HPUX
|
||||
dtdbcache_LDADD += +e
|
||||
endif
|
||||
dtdbcache_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB)
|
||||
|
||||
if SOLARIS
|
||||
dtdbcache_LDADD += -ldl -lw -lgen
|
||||
|
|
Loading…
Reference in a new issue