dttypes: make it build
This commit is contained in:
@@ -467,6 +467,9 @@ programs/types/Makefile
|
|||||||
|
|
||||||
programs/tttypes/Makefile
|
programs/tttypes/Makefile
|
||||||
|
|
||||||
|
programs/util/Makefile
|
||||||
|
programs/util/dttypes/Makefile
|
||||||
|
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|||||||
3
cde/programs/util/Makefile.am
Normal file
3
cde/programs/util/Makefile.am
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
SUBDIRS = dttypes
|
||||||
10
cde/programs/util/dttypes/Makefile.am
Normal file
10
cde/programs/util/dttypes/Makefile.am
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
bin_PROGRAMS = dttypes
|
||||||
|
|
||||||
|
dttypes_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB)
|
||||||
|
|
||||||
|
if SOLARIS
|
||||||
|
dttypes_LDADD += -ldl -lgen
|
||||||
|
endif
|
||||||
|
|
||||||
@@ -57,6 +57,10 @@ static int rexp_errno = 0;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern char ** _DtsMMListDb(void);
|
extern char ** _DtsMMListDb(void);
|
||||||
|
|
||||||
|
int usage(void);
|
||||||
|
|
||||||
|
|
||||||
static enum errors
|
static enum errors
|
||||||
{
|
{
|
||||||
BAD_DB,
|
BAD_DB,
|
||||||
|
|||||||
Reference in New Issue
Block a user