mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-08 09:55:09 +00:00
Monotone-Parent: 4b92bd8e12e3f79e2ba6838787a30729a0b2a4cb
Monotone-Revision: 6f5c035d96f070f88090c5a76cf84a2452518927 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-01-25T16:58:00 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -12,23 +12,27 @@ ADDITIONAL_INCLUDE_DIRS += -I. -I..
|
||||
libGDLContentStore_LIBRARIES_DEPEND_UPON += \
|
||||
-lGDLAccess \
|
||||
-lNGExtensions -lEOControl \
|
||||
-lDOM -lSaxObjC
|
||||
-lDOM -lSaxObjC \
|
||||
-lgnustep-base
|
||||
|
||||
GDLContentStore_LIBRARIES_DEPEND_UPON += \
|
||||
-framework GDLAccess \
|
||||
-framework NGExtensions -framework EOControl \
|
||||
-framework DOM -framework SaxObjC
|
||||
-framework DOM -framework SaxObjC \
|
||||
-framework Foundation
|
||||
|
||||
ifneq ($(frameworks),yes)
|
||||
GCS_TOOL_LIBS += \
|
||||
-lGDLContentStore -lGDLAccess \
|
||||
-lNGExtensions -lEOControl \
|
||||
-lDOM -lSaxObjC
|
||||
-lDOM -lSaxObjC \
|
||||
-lgnustep-base
|
||||
else
|
||||
GCS_TOOL_LIBS += \
|
||||
-framework GDLContentStore -framework GDLAccess \
|
||||
-framework NGExtensions -framework EOControl \
|
||||
-framework DOM -framework SaxObjC
|
||||
-framework DOM -framework SaxObjC \
|
||||
-framework Foundation
|
||||
endif
|
||||
|
||||
gcs_ls_TOOL_LIBS += $(GCS_TOOL_LIBS)
|
||||
|
||||
Reference in New Issue
Block a user