From 0e6729a51774cd85e08f4d3d4c766e5f5e8b48e8 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 4 Jul 2006 20:03:04 +0000 Subject: [PATCH] - make use of fhswobundle.make instead of fhsbundle.make so that Appointments.SOGo get actually installed correclty; Monotone-Parent: 4f19f810a4cc24359a80527e9b89621df77ad4c0 Monotone-Revision: 0def6784d3ef69367b94ae24cc2b21a7e7715360 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-07-04T20:03:04 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/Appointments/GNUmakefile b/SoObjects/Appointments/GNUmakefile index 93af7f7a8..a5ca25579 100644 --- a/SoObjects/Appointments/GNUmakefile +++ b/SoObjects/Appointments/GNUmakefile @@ -39,4 +39,4 @@ Appointments_COMPONENTS += \ -include GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/wobundle.make -include GNUmakefile.postamble -include ../../fhsbundle.make +include ../../fhswobundle.make