mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtcreate: make it build
This commit is contained in:
parent
58505b904d
commit
10eb9a6975
2 changed files with 11 additions and 29 deletions
|
@ -427,6 +427,8 @@ programs/dtprintegrate/Makefile
|
|||
programs/dtconfig/Makefile
|
||||
programs/dtconfig/sun/Makefile
|
||||
|
||||
programs/dtcreate/Makefile
|
||||
|
||||
])
|
||||
|
||||
AC_OUTPUT
|
||||
|
|
|
@ -4,37 +4,17 @@ bin_PROGRAMS = dtcreate
|
|||
|
||||
dtcreate_CPPFLAGS = $(TIRPCINC)
|
||||
|
||||
if SOLARIS
|
||||
LIBHELP =
|
||||
endif
|
||||
|
||||
dtcreate_LDADD = $(LIBHELP) $(LIBWIDGET) $(LIBSVC) $(LIBTT) -lXm \
|
||||
$(XTOOLLIB) ${X_LIBS} -lm
|
||||
|
||||
if HPUX
|
||||
dtcreate_CFLAGS += -Aa +e -DANSICPP -D_POSIX_SOURCE=1 -D_HPUX_SOURCE
|
||||
endif
|
||||
|
||||
if AIX
|
||||
dtcreate_LDADD += -liconv
|
||||
endif
|
||||
dtcreate_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB)
|
||||
|
||||
if SOLARIS
|
||||
dtcreate_LDADD += -ldl
|
||||
endif
|
||||
|
||||
dtcreate_SOURCES = main.c AddFiletype.c \
|
||||
Confirmed.c \
|
||||
CreateActionAppShell.c \
|
||||
FileCharacteristics.c \
|
||||
OpenFile.c \
|
||||
UxXt.c \
|
||||
ca_aux.c \
|
||||
cmncbs.c \
|
||||
cmnutils.c \
|
||||
cmnrtns.c \
|
||||
ErrorDialog.c \
|
||||
fileio.c \
|
||||
af_aux.c \
|
||||
icon_selection_dialog.c \
|
||||
parser.c
|
||||
dtcreate_SOURCES = main.c AddFiletype.c Confirmed.c \
|
||||
CreateActionAppShell.c FileCharacteristics.c OpenFile.c \
|
||||
UxXt.c ca_aux.c cmncbs.c cmnutils.c cmnrtns.c ErrorDialog.c \
|
||||
fileio.c af_aux.c icon_selection_dialog.c parser.c \
|
||||
AddFiletype.h Confirmed.h icon_selection_dialog.h af_aux.h \
|
||||
CreateActionAppShell.h OpenFile.h ca_aux.h dtcreate.h \
|
||||
parser.h cmncbs.h ErrorDialog.h UxXt.h cmnrtns.h \
|
||||
FileCharacteristics.h cmnutils.h fileio.h
|
||||
|
|
Loading…
Reference in a new issue