projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dd8e68
)
Add vpn.h to the plugins builtin sources
author
Martin Xu
<martin.xu@intel.com>
Wed, 27 Oct 2010 03:00:36 +0000
(11:00 +0800)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Wed, 27 Oct 2010 08:51:56 +0000
(10:51 +0200)
Without it the dist tarball will failt to build.
Makefile.plugins
patch
|
blob
|
history
diff --git
a/Makefile.plugins
b/Makefile.plugins
index
261417e
..
f0d81d4
100644
(file)
--- 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=\"@OPENCONNECT@\"
else
plugin_LTLIBRARIES += plugins/openconnect.la