Files
cdesktop/cde/programs/dtsearchpath/dtappg/Makefile.am
2019-11-20 17:31:53 -07:00

14 lines
311 B
Makefile

MAINTAINERCLEANFILES = Makefile.in
bin_PROGRAMS = dtappgather
dtappgather_CXXFLAGS = -I../libCliSrv $(DT_INCDIR)
dtappgather_LDADD = ../libCliSrv/libCliSrv.a $(DTCLIENTLIBS) $(XTOOLLIB)
if SOLARIS
dtappgather_LDADD += -ldl -lintl
endif
dtappgather_SOURCES = Options.C dtappgather.C dtappgather.h Options.h