mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dticon: make it build
This commit is contained in:
parent
a36ab9e796
commit
427e455321
2 changed files with 8 additions and 15 deletions
|
@ -398,6 +398,8 @@ programs/dtexec/Makefile
|
||||||
|
|
||||||
programs/dtdbcache/Makefile
|
programs/dtdbcache/Makefile
|
||||||
|
|
||||||
|
programs/dticon/Makefile
|
||||||
|
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -4,23 +4,14 @@ bin_PROGRAMS = dticon
|
||||||
|
|
||||||
dticon_CFLAGS = -D__TOOLTALK $(TIRPCINC)
|
dticon_CFLAGS = -D__TOOLTALK $(TIRPCINC)
|
||||||
|
|
||||||
if SOLARIS
|
dticon_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB)
|
||||||
LIBHELP =
|
|
||||||
endif
|
|
||||||
|
|
||||||
dticon_LDADD = ${X_LIBS} -lm $(LIBHELP) $(LIBWIDGET) $(LIBSVC) $(LIBTT) \
|
|
||||||
$(XTOOLLIB) -lXm
|
|
||||||
|
|
||||||
if SOLARIS
|
if SOLARIS
|
||||||
dticon_LDADD += -ldl
|
dticon_LDADD += -ldl
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if AIX
|
dticon_SOURCES = dtIconShell.c event.c fileIO.c fileIODialog.c \
|
||||||
dticon_LDADD += -liconv
|
globals.c graphics.c help.c image.c main.c \
|
||||||
endif
|
newIconDialog.c process.c queryDialog.c \
|
||||||
|
stdErrDialog.c utils.c constants.h externals.h \
|
||||||
dticon_SOURCES = dtIconShell.c event.c fileIO.c \
|
help.h main.h
|
||||||
fileIODialog.c globals.c graphics.c \
|
|
||||||
help.c image.c main.c \
|
|
||||||
newIconDialog.c process.c queryDialog.c \
|
|
||||||
stdErrDialog.c utils.c
|
|
||||||
|
|
Loading…
Reference in a new issue