From e3dcd00f5bf20fe0380a72de11db8a47b4d7decf Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 15 Jan 2010 06:18:24 +0000 Subject: [PATCH] (trunk) add NSApplicationAdditions.[hm] to Makefile.am --- macosx/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macosx/Makefile.am b/macosx/Makefile.am index 15f871fbf..9cbe20719 100644 --- a/macosx/Makefile.am +++ b/macosx/Makefile.am @@ -80,6 +80,8 @@ EXTRA_DIST = \ main.m \ MessageWindowController.h \ MessageWindowController.m \ + NSApplicationAdditions.h \ + NSApplicationAdditions.m \ NSStringAdditions.h \ NSStringAdditions.m \ PeerProgressIndicatorCell.h \