From 4f8d7b38946448a10740a5b4568d155329c8c0a8 Mon Sep 17 00:00:00 2001 From: Chase Date: Tue, 22 Oct 2019 21:17:34 -0500 Subject: [PATCH] programs/dsdm: add automake files --- cde/programs/dsdm/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cde/programs/dsdm/Makefile.am diff --git a/cde/programs/dsdm/Makefile.am b/cde/programs/dsdm/Makefile.am new file mode 100644 index 00000000..5da9c0c7 --- /dev/null +++ b/cde/programs/dsdm/Makefile.am @@ -0,0 +1,9 @@ +bin_PROGAMS = dsdm + +dsdm_LDADD = ${X_LIBS} + +if SUN +dsdm_LDADD += -ldl +endif + +dsdm_SOURCES = dsdm.c proxy.c -- 2.25.1