mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtpdm: make it build
This commit is contained in:
parent
bcc1ca537e
commit
53d3304ebe
2 changed files with 9 additions and 11 deletions
|
@ -455,6 +455,8 @@ programs/dtdspmsg/Makefile
|
|||
|
||||
programs/dtimsstart/Makefile
|
||||
|
||||
programs/dtpdm/Makefile
|
||||
|
||||
])
|
||||
|
||||
AC_OUTPUT
|
||||
|
|
|
@ -2,19 +2,15 @@ MAINTAINERCLEANFILES = Makefile.in
|
|||
|
||||
bin_PROGRAMS = dtpdm
|
||||
|
||||
dtpdm_CFLAGS = -DI18N_MSG -DCDE_INSTALLATION_TOP=\"${prefix}\"
|
||||
dtpdm_CFLAGS = -DI18N_MSG -DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\"
|
||||
|
||||
dtpdm_LDADD = $(LIBPRINT) $(LIBHELP) $(LIBWIDGET) $(LIBSVC) $(LIBTT) -lXm \
|
||||
$(XTOOLLIB) ${X_LIBS}
|
||||
dtpdm_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB)
|
||||
|
||||
if SOLARIS
|
||||
dtpdm_LDADD += -lintl -lm -lgen -ldl -lresolv
|
||||
dtpdm_LDADD += -lintl -lgen -ldl -lresolv
|
||||
endif
|
||||
|
||||
if AIX
|
||||
dtpdm_LDADD += -lmsaa -liconv
|
||||
endif
|
||||
|
||||
dtpdm_SOURCES = JobBox.c Main.c MainWindow.c \
|
||||
PdmMsgs.c PdmOid.c PdmXp.c \
|
||||
PrinterBox.c
|
||||
dtpdm_SOURCES = JobBox.c Main.c MainWindow.c PdmMsgs.c PdmOid.c \
|
||||
PdmXp.c PrinterBox.c JobBox.h PdmMsgs.h PdmOid.h \
|
||||
PdmXp.h MainWindow.h PdmOidDefs.h PdmOidStrs.h \
|
||||
PrinterBox.h
|
||||
|
|
Loading…
Reference in a new issue