andreas pushed a commit to branch master.

http://git.enlightenment.org/bindings/cxx/eflxx.git/commit/?id=5cc6c82781fed44bb9159939c5d59567419f60a7

commit 5cc6c82781fed44bb9159939c5d59567419f60a7
Author: Andreas Volz <andreas.v...@tux-style.com>
Date:   Wed Apr 13 18:46:41 2016 +0200

    fixed compile emotionxx again
---
 eflxx_examples/configure.ac          | 2 +-
 eflxx_examples/src/Makefile.am       | 1 +
 emotionxx/include/emotionxx/Object.h | 3 +++
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/eflxx_examples/configure.ac b/eflxx_examples/configure.ac
index dc97d27..84f1a02 100644
--- a/eflxx_examples/configure.ac
+++ b/eflxx_examples/configure.ac
@@ -3,7 +3,7 @@ dnl Created by Anjuta application wizard.
 
 AC_INIT(eflxx_examples, 0.1)
 
-AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
+AM_INIT_AUTOMAKE
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
 AM_MAINTAINER_MODE
diff --git a/eflxx_examples/src/Makefile.am b/eflxx_examples/src/Makefile.am
index 6cc830f..1fe7d7e 100644
--- a/eflxx_examples/src/Makefile.am
+++ b/eflxx_examples/src/Makefile.am
@@ -18,6 +18,7 @@ SUBDIRS = \
        eetxx \
        debug \
        signals \
+       emotionxx \
        elementaryxx \
        einaxx
 
diff --git a/emotionxx/include/emotionxx/Object.h 
b/emotionxx/include/emotionxx/Object.h
index b528e64..a65f079 100644
--- a/emotionxx/include/emotionxx/Object.h
+++ b/emotionxx/include/emotionxx/Object.h
@@ -2,7 +2,10 @@
 #define EMOTIONXX_OBJECT_H
 
 /* EFL */
+extern "C"
+{
 #include <Emotion.h>
+}
 
 /* EFL++ */
 #include <eflxx/Common.h>

-- 


Reply via email to