diff --git a/cde/programs/dtopen/Makefile.am b/cde/programs/dtopen/Makefile.am index b069fb9cc..f70e955cc 100644 --- a/cde/programs/dtopen/Makefile.am +++ b/cde/programs/dtopen/Makefile.am @@ -13,3 +13,9 @@ dtopen: dtopen.src $(RM) $@ $(GENCPP) -P -DXCOMM=# $(LOCAL_CPP_DEFINES) $< > $@ +install-data-hook: + $(RM) $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin/dtopen_* + cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin && $(LN_S) dtopen dtopen_video + cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin && $(LN_S) dtopen dtopen_image + cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin && $(LN_S) dtopen dtopen_ps + cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin && $(LN_S) dtopen dtopen_ypdf