From 415a9b5faca9b29221585aafbb6a7893e3401b65 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 27 Mar 2007 18:25:27 +0000 Subject: [PATCH] Monotone-Parent: df0b305a43147791e3aac8b0c2d4e33334318fc1 Monotone-Revision: 24ff1bd62261a24e843c0f320edf145b616d797d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-03-27T18:25:27 Monotone-Branch: ca.inverse.sogo --- UI/SOGoUI/GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UI/SOGoUI/GNUmakefile b/UI/SOGoUI/GNUmakefile index d0c92e469..13ea2c5ff 100644 --- a/UI/SOGoUI/GNUmakefile +++ b/UI/SOGoUI/GNUmakefile @@ -14,6 +14,7 @@ FHS_HEADER_DIRS = SOGoUI libSOGoUI_HEADER_FILES += \ \ + UIxJSClose.h \ UIxComponent.h \ SOGoDateFormatter.h \ SOGoAptFormatter.h \ @@ -22,6 +23,7 @@ libSOGoUI_HEADER_FILES += \ libSOGoUI_OBJC_FILES += \ \ + UIxJSClose.m \ UIxComponent.m \ SOGoDateFormatter.m \ SOGoAptFormatter.m \