1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

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

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