From: Chase Date: Tue, 22 Oct 2019 23:16:45 +0000 (-0500) Subject: lib/DtPrint: add automake file X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2deca46f0bbe204a0ce5fed65a3c71ef33265ac4;p=oweals%2Fcde.git lib/DtPrint: add automake file --- diff --git a/cde/lib/DtPrint/Makefile.am b/cde/lib/DtPrint/Makefile.am new file mode 100644 index 00000000..edb92b4d --- /dev/null +++ b/cde/lib/DtPrint/Makefile.am @@ -0,0 +1,16 @@ +MAINTAINERCLEANFILES = Makefile.in + +lib_LTLIBRARIES = libDtPrint.la + +libDtPrint_la_CFLAGS = -DMULTIBYTE -DI18N_MSG + +if SUN +libDtPrint_la_CFLAGS += -DNO_REGCOMP +endif + +if HPUX +libDtPrint_la_CFLAGS += -DMESSAGE_CAT +endif + +libDtPrint_la_SOURCES = PrintMsgs.c PrintDlgMgr.c PrintOptions.c PrintSetupB.c \ + PsubDefProc.c PsubUtil.c