dtcreate: make it build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user