programs/dtdbcache: add automake files

This commit is contained in:
Chase 2019-10-22 22:09:11 -05:00 committed by Jon Trulson
parent 398de66d9f
commit f1865536b0
1 changed files with 15 additions and 0 deletions

View File

@ -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