diff --git a/NEWS b/NEWS index 138e7aef1..923fb6c6e 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,8 @@ - added support for iCal 4 delegation - added support for letting the user choose which calendars should be shared with iCal delegation +- added the ability for users to subscribe other users to their resources from + the ACL dialog - added fixes for bugs in GNUstep 1.19.3 (NSURL) 1.1-20091028 (1.1.0) diff --git a/SoObjects/common.make b/SoObjects/common.make index 89a625e95..aa2cb9da2 100644 --- a/SoObjects/common.make +++ b/SoObjects/common.make @@ -5,6 +5,7 @@ include $(GNUSTEP_MAKEFILES)/common.make include ../../Version include ./Version +NEEDS_GUI=no BUNDLE_EXTENSION = .SOGo BUNDLE_INSTALL_DIR = $(SOGO_LIBDIR) WOBUNDLE_EXTENSION = $(BUNDLE_EXTENSION) diff --git a/Tools/GNUmakefile.preamble b/Tools/GNUmakefile.preamble index 906665b7e..286602155 100644 --- a/Tools/GNUmakefile.preamble +++ b/Tools/GNUmakefile.preamble @@ -13,4 +13,4 @@ ADDITIONAL_LIB_DIRS += \ -L../SoObjects/SOGo/SOGo.framework -lSOGo \ -L../SOPE/GDLContentStore/$(GNUSTEP_OBJ_DIR)/ -lGDLContentStore \ -L../SOPE/NGCards/$(GNUSTEP_OBJ_DIR)/ -lNGCards \ - -L/usr/local/lib -L/usr/lib + -L/usr/local/lib -L/usr/lib diff --git a/UI/SOGoElements/GNUmakefile b/UI/SOGoElements/GNUmakefile index 53cf58d98..9ab495142 100644 --- a/UI/SOGoElements/GNUmakefile +++ b/UI/SOGoElements/GNUmakefile @@ -3,6 +3,7 @@ include ../../config.make include $(GNUSTEP_MAKEFILES)/common.make +NEEDS_GUI=no BUNDLE_NAME = SOGoElements BUNDLE_EXTENSION = .wox BUNDLE_INSTALL_DIR = $(SOPE_WOXBUILDERS) diff --git a/UI/common.make b/UI/common.make index 21d53eed1..9a84e9625 100644 --- a/UI/common.make +++ b/UI/common.make @@ -5,6 +5,7 @@ include $(GNUSTEP_MAKEFILES)/common.make include ../../Version -include ./Version +NEEDS_GUI=no BUNDLE_EXTENSION = .SOGo BUNDLE_INSTALL_DIR = $(SOGO_LIBDIR)