programs/dtdbcache: add automake files
This commit is contained in:
15
cde/programs/dtdbcache/Makefile.am
Normal file
15
cde/programs/dtdbcache/Makefile.am
Normal 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
|
||||||
Reference in New Issue
Block a user