mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
programs/dtpdm: add automake files
This commit is contained in:
parent
b7c0788d95
commit
09bc04b088
1 changed files with 20 additions and 0 deletions
20
cde/programs/dtpdm/Makefile.am
Normal file
20
cde/programs/dtpdm/Makefile.am
Normal file
|
@ -0,0 +1,20 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
bin_PROGRAMS = dtpdm
|
||||
|
||||
dtpdm_CFLAGS = -DI18N_MSG -DCDE_INSTALLATION_TOP=\"${prefix}\"
|
||||
|
||||
dtpdm_LDADD = $(LIBPRINT) $(LIBHELP) $(LIBWIDGET) $(LIBSVC) $(LIBTT) -lXm \
|
||||
$(XTOOLLIB) ${X_LIBS}
|
||||
|
||||
if SUN
|
||||
dtpdm_LDADD += -lintl -lm -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
|
Loading…
Add table
Add a link
Reference in a new issue