programs/dtdspmsg: add automake file

This commit is contained in:
Chase 2019-10-23 13:53:39 -05:00 committed by Jon Trulson
parent 2d136b7062
commit fbd9308ac8
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
MAINTAINERCLEANFILES = Makefile.in
bin_PROGRAMS = dtdspmsg
if HPUX
dtdspmsg_CFLAGS = +e
endif
dtdspmsg_LDADD = -lm
if SUN
dtdspmsg_LDADD += -ldl -lgen
endif
dtdspmsg_SOURCES = dtdspmsg.c