lib/DtPrint: add automake file
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user