From 53d3304ebe898b0e5bb34eb3e098cefac69a3593 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Fri, 22 Nov 2019 12:09:55 -0700 Subject: [PATCH] dtpdm: make it build --- cde/configure.ac | 2 ++ cde/programs/dtpdm/Makefile.am | 18 +++++++----------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/cde/configure.ac b/cde/configure.ac index 9a41ee473..bd5e48010 100644 --- a/cde/configure.ac +++ b/cde/configure.ac @@ -455,6 +455,8 @@ programs/dtdspmsg/Makefile programs/dtimsstart/Makefile +programs/dtpdm/Makefile + ]) AC_OUTPUT diff --git a/cde/programs/dtpdm/Makefile.am b/cde/programs/dtpdm/Makefile.am index a645c5747..178bf1997 100644 --- a/cde/programs/dtpdm/Makefile.am +++ b/cde/programs/dtpdm/Makefile.am @@ -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