programs/dtpdmd: add automake files
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user