mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
programs/dtdspmsg: add automake file
This commit is contained in:
parent
2d136b7062
commit
fbd9308ac8
1 changed files with 15 additions and 0 deletions
15
cde/programs/dtdspmsg/Makefile.am
Normal file
15
cde/programs/dtdspmsg/Makefile.am
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue