Files
cdesktop/cde/programs/dtsearchpath/dtappg/Makefile.am
Jon Trulson 05fa4044f4 Look over the install rules and adjust where appropriate
These are just minor tweaks to make sure the 'make install' part does
what it is supposed to do.  I also removed some commented code in the
dtmail Makefile related to SunOS, as that is not currently suppoerted
anyway.
2021-12-15 15:41:53 -07:00

19 lines
480 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
# can't use INSTALL here as the program is already installed
install-exec-hook:
chown root $(DESTDIR)$(bindir)/dtappgather
chmod 4755 $(DESTDIR)$(bindir)/dtappgather