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)