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:
parent
398de66d9f
commit
f1865536b0
1 changed files with 15 additions and 0 deletions
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
|
Loading…
Reference in a new issue