dttypes: make it build
[oweals/cde.git] / cde / programs / util / dttypes / Makefile.am
1 MAINTAINERCLEANFILES = Makefile.in
2
3 bin_PROGRAMS = dttypes
4
5 dttypes_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB)
6
7 if SOLARIS
8 dttypes_LDADD += -ldl -lgen
9 endif
10