1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

dttypes: make it build

This commit is contained in:
Jon Trulson 2019-11-22 17:07:34 -07:00
parent ad2ad2b66b
commit aa0bfe0471
4 changed files with 20 additions and 0 deletions

View file

@ -467,6 +467,9 @@ programs/types/Makefile
programs/tttypes/Makefile
programs/util/Makefile
programs/util/dttypes/Makefile
])
AC_OUTPUT

View file

@ -0,0 +1,3 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = dttypes

View file

@ -0,0 +1,10 @@
MAINTAINERCLEANFILES = Makefile.in
bin_PROGRAMS = dttypes
dttypes_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB)
if SOLARIS
dttypes_LDADD += -ldl -lgen
endif

View file

@ -57,6 +57,10 @@ static int rexp_errno = 0;
#endif
extern char ** _DtsMMListDb(void);
int usage(void);
static enum errors
{
BAD_DB,