fixed compile emotionxx again

This commit is contained in:
Andreas Volz 2016-04-13 18:46:41 +02:00
parent 429212c67e
commit 5cc6c82781
3 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -18,6 +18,7 @@ SUBDIRS = \
eetxx \
debug \
signals \
emotionxx \
elementaryxx \
einaxx

View File

@ -2,7 +2,10 @@
#define EMOTIONXX_OBJECT_H
/* EFL */
extern "C"
{
#include <Emotion.h>
}
/* EFL++ */
#include <eflxx/Common.h>