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/dticon/Makefile
|
||||
|
||||
])
|
||||
|
||||
AC_OUTPUT
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue