]> err.no Git - sope/blobdiff - xmlrpc_call/GNUmakefile.preamble
OpenBSD linking (#1498)
[sope] / xmlrpc_call / GNUmakefile.preamble
index aeef14e278e9150b4a32246ced264ead2dec4b3e..8d63421824eb8dc6f12c669f2774ed07bbe718a6 100644 (file)
@@ -1,4 +1,4 @@
-# $Id$
+# compilation settings
 
 SOPE_ROOT=..
 CORE_ROOT=$(SOPE_ROOT)/sope-core
@@ -61,3 +61,8 @@ ADDITIONAL_LIB_DIRS += \
 endif
 
 SYSTEM_LIB_DIR += -L/usr/local/lib -L/usr/lib
+
+# OS dependend stuff
+ifeq ($(findstring openbsd3, $(GNUSTEP_HOST_OS)), openbsd3)
+xmlrpc_call_TOOL_LIBS += -liconv
+endif