From f1865536b0c5d0b2b86b000235ed0248038d138d Mon Sep 17 00:00:00 2001 From: Chase Date: Tue, 22 Oct 2019 22:09:11 -0500 Subject: [PATCH] programs/dtdbcache: add automake files --- cde/programs/dtdbcache/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 cde/programs/dtdbcache/Makefile.am diff --git a/cde/programs/dtdbcache/Makefile.am b/cde/programs/dtdbcache/Makefile.am new file mode 100644 index 000000000..f90031561 --- /dev/null +++ b/cde/programs/dtdbcache/Makefile.am @@ -0,0 +1,15 @@ +MAINTAINERCLEANFILES = Makefile.in + +bin_PROGRAMS = dtdbcache + +dtdbcache_LDADD = -lm $(LIBSVC) $(LIBTT) $(XTOOLLIB) ${X_LIBS} + +if HPUX +dtdbcache_LDADD += +e +endif + +if SUN +dtdbcache_LDADD += -ldl -lw -lgen +endif + +dtdbcache_SOURCES = Main.c