From 416fbc775eb8d137d8ed3c0876a88d0d194f51cb Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 20 Oct 2009 15:09:23 -0400 Subject: [PATCH] add appFavorites.js to js/ui/Makefile.am --- js/ui/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ui/Makefile.am b/js/ui/Makefile.am index d4eccc3cd..bb12365e5 100644 --- a/js/ui/Makefile.am +++ b/js/ui/Makefile.am @@ -3,6 +3,7 @@ jsuidir = $(pkgdatadir)/js/ui dist_jsui_DATA = \ altTab.js \ appDisplay.js \ + appFavorites.js \ appIcon.js \ button.js \ calendar.js \