mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
programs/dsdm: add automake files
This commit is contained in:
parent
bca385079b
commit
4f8d7b3894
1 changed files with 9 additions and 0 deletions
9
cde/programs/dsdm/Makefile.am
Normal file
9
cde/programs/dsdm/Makefile.am
Normal file
|
@ -0,0 +1,9 @@
|
|||
bin_PROGAMS = dsdm
|
||||
|
||||
dsdm_LDADD = ${X_LIBS}
|
||||
|
||||
if SUN
|
||||
dsdm_LDADD += -ldl
|
||||
endif
|
||||
|
||||
dsdm_SOURCES = dsdm.c proxy.c
|
Loading…
Add table
Add a link
Reference in a new issue