mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
lib/DtPrint: add automake file
This commit is contained in:
parent
f1ed9a9919
commit
2deca46f0b
1 changed files with 16 additions and 0 deletions
16
cde/lib/DtPrint/Makefile.am
Normal file
16
cde/lib/DtPrint/Makefile.am
Normal file
|
@ -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
|
Loading…
Reference in a new issue