X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=OGoContentStore%2FGNUmakefile.preamble;h=e39140e3f58e565fce0169173fb65a0a53c54183;hb=HEAD;hp=07b7794069dbbafa659facfab98b9994f865a350;hpb=7aab1e5fa5349a6cd088d6ad8da7d1d1873e453d;p=scalable-opengroupware.org diff --git a/OGoContentStore/GNUmakefile.preamble b/OGoContentStore/GNUmakefile.preamble index 07b77940..e39140e3 100644 --- a/OGoContentStore/GNUmakefile.preamble +++ b/OGoContentStore/GNUmakefile.preamble @@ -3,14 +3,14 @@ libOGoContentStore_LIBRARIES_DEPEND_UPON += \ -lGDLContentStore \ -lGDLAccess \ - -lNGiCal \ + -lNGCards \ -lNGExtensions \ -lEOControl \ -lSaxObjC -ADDITIONAL_INCLUDE_DIRS += -I. -I.. +ADDITIONAL_INCLUDE_DIRS += -I. -I.. -I../SOPE -ADDITIONAL_LIB_DIRS += -L./$(GNUSTEP_OBJ_DIR) +ADDITIONAL_LIB_DIRS += -L./$(GNUSTEP_OBJ_DIR) -L../SOPE/NGCards/$(GNUSTEP_OBJ_DIR)/ SYSTEM_LIB_DIR += -L/usr/local/lib -L/usr/lib @@ -18,3 +18,13 @@ ifeq ($(FOUNDATION_LIB),apple) libOGoContentStore_PREBIND_ADDR="0xC7700000" libOGoContentStore_LDFLAGS += -seg1addr $(libOGoContentStore_PREBIND_ADDR) endif + +test_quick_extract_TOOL_LIBS += \ + -lEOControl \ + -lSaxObjC \ + -lDOM \ + -lNGExtensions \ + -lNGCards \ + -lGDLContentStore \ + -lGDLAccess \ + -lOGoContentStore