diff options
author | Christopher Michael <cpmichael1@comcast.net> | 2010-07-09 06:38:12 +0000 |
---|---|---|
committer | Christopher Michael <cpmichael1@comcast.net> | 2010-07-09 06:38:12 +0000 |
commit | f503b5f75b6db6f0588d4eead9738b4bc19a4b2a (patch) | |
tree | 8ac3137d23c4c5df8b3ca29a557ed53ee805495d /legacy/emotion | |
parent | 5cf875426f5125b0d3d3a313da17012bafb28a03 (diff) |
Move Emotion.h to own dir.
SVN revision: 50147
Diffstat (limited to 'legacy/emotion')
-rw-r--r-- | legacy/emotion/configure.ac | 2 | ||||
-rw-r--r-- | legacy/emotion/emotion.pc.in | 2 | ||||
-rw-r--r-- | legacy/emotion/src/lib/Makefile.am | 4 |
3 files changed, 5 insertions, 3 deletions
diff --git a/legacy/emotion/configure.ac b/legacy/emotion/configure.ac index 66c1f8ea72..c1dec661c0 100644 --- a/legacy/emotion/configure.ac +++ b/legacy/emotion/configure.ac | |||
@@ -24,7 +24,7 @@ VMIC=`echo $PACKAGE_VERSION | awk -F. '{printf("%s", $3);}'` | |||
24 | SNAP=`echo $PACKAGE_VERSION | awk -F. '{printf("%s", $4);}'` | 24 | SNAP=`echo $PACKAGE_VERSION | awk -F. '{printf("%s", $4);}'` |
25 | version_info=`expr $VMAJ + $VMIN`":$VMIC:$VMIN" | 25 | version_info=`expr $VMAJ + $VMIN`":$VMIC:$VMIN" |
26 | AC_SUBST(version_info) | 26 | AC_SUBST(version_info) |
27 | 27 | AC_SUBST(VMAJ) | |
28 | 28 | ||
29 | ### Needed information | 29 | ### Needed information |
30 | 30 | ||
diff --git a/legacy/emotion/emotion.pc.in b/legacy/emotion/emotion.pc.in index a0b1cfad04..5126c3b0bc 100644 --- a/legacy/emotion/emotion.pc.in +++ b/legacy/emotion/emotion.pc.in | |||
@@ -8,4 +8,4 @@ Description: Emotion evas based multimedia library | |||
8 | @pkgconfig_requires_private@: @requirement_emotion@ | 8 | @pkgconfig_requires_private@: @requirement_emotion@ |
9 | Version: @VERSION@ | 9 | Version: @VERSION@ |
10 | Libs: -L${libdir} -lemotion | 10 | Libs: -L${libdir} -lemotion |
11 | Cflags: -I${includedir} | 11 | Cflags: -I${includedir}/emotion-@VMAJ@ |
diff --git a/legacy/emotion/src/lib/Makefile.am b/legacy/emotion/src/lib/Makefile.am index 76e69ab52f..862df5dc9d 100644 --- a/legacy/emotion/src/lib/Makefile.am +++ b/legacy/emotion/src/lib/Makefile.am | |||
@@ -24,7 +24,9 @@ AM_CPPFLAGS += @VLC_CFLAGS@ | |||
24 | endif | 24 | endif |
25 | 25 | ||
26 | lib_LTLIBRARIES = libemotion.la | 26 | lib_LTLIBRARIES = libemotion.la |
27 | include_HEADERS = Emotion.h | 27 | includes_HEADERS = Emotion.h |
28 | includesdir = $(includedir)/emotion-@VMAJ@ | ||
29 | |||
28 | libemotion_la_SOURCES = emotion_smart.c | 30 | libemotion_la_SOURCES = emotion_smart.c |
29 | 31 | ||
30 | if EMOTION_STATIC_BUILD_XINE | 32 | if EMOTION_STATIC_BUILD_XINE |