* Include evas CFLAGS in emotion-config since emotion headers export Evas.h

* Ecore.h isn't needed in exported header


SVN revision: 16526
This commit is contained in:
sebastid 2005-09-04 18:58:11 +00:00 committed by sebastid
parent 4b143ada7c
commit 8903734b6a
2 changed files with 1 additions and 2 deletions

View File

@ -42,7 +42,7 @@ while test $# -gt 0; do
if test @includedir@ != /usr/include ; then
includes=-I@includedir@
fi
echo $includes
echo $includes @EVAS_CFLAGS@
;;
--libs)
libdirs=-L@libdir@

View File

@ -2,7 +2,6 @@
#define EMOTION_H
#include <Evas.h>
#include <Ecore.h>
enum _Emotion_Event
{