cdesktopenv/cde/programs/dthello/Makefile.am

16 lines
239 B
Makefile

MAINTAINERCLEANFILES = Makefile.in
bin_PROGRAMS = dthello
dthello_LDADD = $(DTCLIENTLIBS) ${X_LIBS} -lXm $(XTOOLLIB)
if SOLARIS
dthello_LDADD += -ldl -lgen
endif
if LINUX
dthello_LDADD += $(TIRPCLIB)
endif
dthello_SOURCES = dthello.c