Move Emotion.h to own dir.

SVN revision: 50147
This commit is contained in:
Christopher Michael 2010-07-09 06:38:12 +00:00
parent 5cf875426f
commit f503b5f75b
3 changed files with 5 additions and 3 deletions

View File

@ -24,7 +24,7 @@ VMIC=`echo $PACKAGE_VERSION | awk -F. '{printf("%s", $3);}'`
SNAP=`echo $PACKAGE_VERSION | awk -F. '{printf("%s", $4);}'`
version_info=`expr $VMAJ + $VMIN`":$VMIC:$VMIN"
AC_SUBST(version_info)
AC_SUBST(VMAJ)
### Needed information

View File

@ -8,4 +8,4 @@ Description: Emotion evas based multimedia library
@pkgconfig_requires_private@: @requirement_emotion@
Version: @VERSION@
Libs: -L${libdir} -lemotion
Cflags: -I${includedir}
Cflags: -I${includedir}/emotion-@VMAJ@

View File

@ -24,7 +24,9 @@ AM_CPPFLAGS += @VLC_CFLAGS@
endif
lib_LTLIBRARIES = libemotion.la
include_HEADERS = Emotion.h
includes_HEADERS = Emotion.h
includesdir = $(includedir)/emotion-@VMAJ@
libemotion_la_SOURCES = emotion_smart.c
if EMOTION_STATIC_BUILD_XINE