1
0
Fork 0
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:
Jon Trulson 2019-11-19 18:38:51 -07:00
parent a36ab9e796
commit 427e455321
2 changed files with 8 additions and 15 deletions

View file

@ -398,6 +398,8 @@ programs/dtexec/Makefile
programs/dtdbcache/Makefile
programs/dticon/Makefile
])
AC_OUTPUT

View file

@ -4,23 +4,14 @@ bin_PROGRAMS = dticon
dticon_CFLAGS = -D__TOOLTALK $(TIRPCINC)
if SOLARIS
LIBHELP =
endif
dticon_LDADD = ${X_LIBS} -lm $(LIBHELP) $(LIBWIDGET) $(LIBSVC) $(LIBTT) \
$(XTOOLLIB) -lXm
dticon_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB)
if SOLARIS
dticon_LDADD += -ldl
endif
if AIX
dticon_LDADD += -liconv
endif
dticon_SOURCES = dtIconShell.c event.c fileIO.c \
fileIODialog.c globals.c graphics.c \
help.c image.c main.c \
newIconDialog.c process.c queryDialog.c \
stdErrDialog.c utils.c
dticon_SOURCES = dtIconShell.c event.c fileIO.c fileIODialog.c \
globals.c graphics.c help.c image.c main.c \
newIconDialog.c process.c queryDialog.c \
stdErrDialog.c utils.c constants.h externals.h \
help.h main.h