[Rt-commit] r12011 - rt/branches/3.8-TESTING

sartak at bestpractical.com sartak at bestpractical.com
Fri May 2 18:35:57 EDT 2008


Author: sartak
Date: Fri May  2 18:35:57 2008
New Revision: 12011

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/Makefile.in

Log:
 r54801 at Macintosh:  sartak | 2008-05-02 18:35:37 -0400
 Add bin/rt-email-dashboards to Makefile.in


Modified: rt/branches/3.8-TESTING/Makefile.in
==============================================================================
--- rt/branches/3.8-TESTING/Makefile.in	(original)
+++ rt/branches/3.8-TESTING/Makefile.in	Fri May  2 18:35:57 2008
@@ -137,6 +137,8 @@
 RT_MAILGATE_BIN		=	$(RT_BIN_PATH)/rt-mailgate
 # RT's cron tool
 RT_CRON_BIN		=	$(RT_BIN_PATH)/rt-crontool
+# RT's dashboard emailer
+RT_DASHBOARD_BIN		=	$(RT_BIN_PATH)/rt-email-dashboards
 
 # }}}
 
@@ -145,6 +147,7 @@
 				$(DESTDIR)/$(RT_MAILGATE_BIN) \
 				$(DESTDIR)/$(RT_CLI_BIN) \
 				$(DESTDIR)/$(RT_CRON_BIN) \
+				$(DESTDIR)/$(RT_DASHBOARD_BIN) \
 				$(DESTDIR)/$(RT_STANDALONE_SERVER) \
 				$(DESTDIR)/$(RT_SPEEDYCGI_HANDLER) \
 				$(DESTDIR)/$(RT_FASTCGI_HANDLER) \


More information about the Rt-commit mailing list