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:
parent
ad2ad2b66b
commit
aa0bfe0471
4 changed files with 20 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue