mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
programs/dtpdmd: add automake files
This commit is contained in:
parent
09bc04b088
commit
015b457916
1 changed files with 15 additions and 0 deletions
15
cde/programs/dtpdmd/Makefile.am
Normal file
15
cde/programs/dtpdmd/Makefile.am
Normal file
|
@ -0,0 +1,15 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
bin_PROGRAMS = dtpdmd
|
||||
|
||||
dtpdmd_CFLAGS = -DCDE_INSTALLATION_TOP='"'${prefix}'"'
|
||||
|
||||
dtpdmd_LDADD = $(XTOOLLIB) ${X_LIBS}
|
||||
|
||||
if SUN
|
||||
dtpdmd_LDADD += -lm -ldl
|
||||
endif
|
||||
|
||||
dtpdmd_SOURCES = dispatch.c dtpdmd.c mailbox.c \
|
||||
manager.c records.c setup.c \
|
||||
util.c
|
Loading…
Add table
Add a link
Reference in a new issue