fix building of syncml-client and and the syncml-client-plugin

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1136 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Tomas Frydrych
2007-01-09 13:13:38 +00:00
parent e42e2543f7
commit f6cbd20e7b
6 changed files with 56 additions and 6 deletions

View File

@@ -0,0 +1,10 @@
--- tmp/syncml-client.pc.in.orig 2007-01-09 09:43:18.000000000 +0000
+++ tmp/syncml-client.pc.in 2007-01-09 09:43:18.000000000 +0000
@@ -8,6 +8,6 @@
Version: @VERSION@
Requires: libcurl, gconf-2.0
Libs: @SYNCML_LIBS@ -lsyncmlclient
-Cflags: @SYNCML_CFLAGS@ -I@includedir@/syncml-client
+Cflags: @SYNCML_CFLAGS@ -I${includedir}/syncml-client
~

View File

@@ -0,0 +1,11 @@
--- tmp/src/syncml-client.h.orig 2007-01-09 12:15:41.000000000 +0000
+++ tmp/src/syncml-client-plugin.h 2007-01-09 12:15:41.000000000 +0000
@@ -20,7 +20,7 @@
#define SYNCML_CLIENT_PLUGIN
#include <opensync/opensync.h>
-#include <syncml-client.h>
+#include <syncml-client/syncml-client.h>
#include "SmcSyncSource.h"
#include "SmcConfig.h"