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/dtimsstart/Makefile
|
||||||
|
|
||||||
|
programs/dtpdm/Makefile
|
||||||
|
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -2,19 +2,15 @@ MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
bin_PROGRAMS = dtpdm
|
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 \
|
dtpdm_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB)
|
||||||
$(XTOOLLIB) ${X_LIBS}
|
|
||||||
|
|
||||||
if SOLARIS
|
if SOLARIS
|
||||||
dtpdm_LDADD += -lintl -lm -lgen -ldl -lresolv
|
dtpdm_LDADD += -lintl -lgen -ldl -lresolv
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if AIX
|
dtpdm_SOURCES = JobBox.c Main.c MainWindow.c PdmMsgs.c PdmOid.c \
|
||||||
dtpdm_LDADD += -lmsaa -liconv
|
PdmXp.c PrinterBox.c JobBox.h PdmMsgs.h PdmOid.h \
|
||||||
endif
|
PdmXp.h MainWindow.h PdmOidDefs.h PdmOidStrs.h \
|
||||||
|
PrinterBox.h
|
||||||
dtpdm_SOURCES = JobBox.c Main.c MainWindow.c \
|
|
||||||
PdmMsgs.c PdmOid.c PdmXp.c \
|
|
||||||
PrinterBox.c
|
|
||||||
|
|
Loading…
Reference in a new issue