From 12d148ea4552955793798dee89d659b19e71507b Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 31 Aug 2008 20:51:36 +0000 Subject: [PATCH] add BlocklistDownloaderViewController.[hm] to the makefile --- macosx/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macosx/Makefile.am b/macosx/Makefile.am index a90da76d7..46b687f74 100644 --- a/macosx/Makefile.am +++ b/macosx/Makefile.am @@ -34,6 +34,8 @@ EXTRA_DIST = \ BadgeView.m \ BlocklistDownloader.h \ BlocklistDownloader.m \ + BlocklistDownloaderViewController.h \ + BlocklistDownloaderViewController.m \ ButtonToolbarItem.h \ ButtonToolbarItem.m \ ColorTextField.h \