1
0
Fork 0
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:
Jon Trulson 2019-11-19 18:31:36 -07:00
parent 8684607c8c
commit a36ab9e796
3 changed files with 5 additions and 5 deletions

View file

@ -396,6 +396,8 @@ programs/dtstyle/Makefile
programs/dtexec/Makefile
programs/dtdbcache/Makefile
])
AC_OUTPUT

View file

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

View file

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