Re: [PATCH] Add vpn.h into Makefile.plugin

2010-10-27 Thread Samuel Ortiz
Hi Martin,

On Wed, Oct 27, 2010 at 11:00:36AM +0800, martin...@intel.com wrote:
 From: Martin Xu martin...@intel.com
 
 So the file can be included into dist tarball, otherwise, the file
 can not be found, and will block the building.
Thanks, patch applied.

Cheers,
Samuel.

-- 
Intel Open Source Technology Centre
http://oss.intel.com/
___
connman mailing list
connman@connman.net
http://lists.connman.net/listinfo/connman


[PATCH] Add vpn.h into Makefile.plugin

2010-10-26 Thread martin . xu
From: Martin Xu martin...@intel.com

So the file can be included into dist tarball, otherwise, the file
can not be found, and will block the building.
---
 Makefile.plugins |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.plugins b/Makefile.plugins
index 261417e..f0d81d4 100644
--- a/Makefile.plugins
+++ b/Makefile.plugins
@@ -109,7 +109,7 @@ endif
 if OPENCONNECT
 if OPENCONNECT_BUILTIN
 builtin_modules += openconnect
-builtin_sources += plugins/vpn.c plugins/openconnect.c
+builtin_sources += plugins/vpn.c plugins/openconnect.c plugins/vpn.h
 builtin_cflags += -DOPENCONNECT=\@openconn...@\
 else
 plugin_LTLIBRARIES += plugins/openconnect.la
-- 
1.6.1.3

___
connman mailing list
connman@connman.net
http://lists.connman.net/listinfo/connman