programs/dtpdmd: add automake files
This commit is contained in:
parent
09bc04b088
commit
015b457916
|
|
@ -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…
Reference in New Issue