summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Sverzut Barbieri <barbieri@gmail.com>2011-09-01 23:45:18 +0000
committerGustavo Sverzut Barbieri <barbieri@gmail.com>2011-09-01 23:45:18 +0000
commit1dd42da91835ba95a19b6b300b580ab79924c01a (patch)
treeab9a4768738a3ec15cd614e3792ee22c0e304fee
parent169abb701f0d5fcef9b60160331357cc75f26947 (diff)
downloademotion_generic_players-1dd42da91835ba95a19b6b300b580ab79924c01a.tar.gz
emotion: use eina_prefix to determine player location.
Move players from $bindir to $libdir/emotion/utils and find them with eina_prefix. I was willing to play with this prefix thing, quite nice ;-) SVN revision: 63077
-rw-r--r--src/vlc/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/vlc/Makefile.am b/src/vlc/Makefile.am
index 4089b11..c32906e 100644
--- a/src/vlc/Makefile.am
+++ b/src/vlc/Makefile.am
@@ -10,9 +10,8 @@ AM_CPPFLAGS = \
-DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \
@VLC_CFLAGS@
-pkgdir = $(libdir)/emotion/generic_players/$(MODULE_ARCH)
-
-bin_PROGRAMS = em_generic_vlc
+internal_bindir = $(libdir)/emotion/utils
+internal_bin_PROGRAMS = em_generic_vlc
em_generic_vlc_SOURCES = emotion_generic_vlc.c
em_generic_vlc_DEPENDENCIES = $(top_srcdir)/src/modules/generic/Emotion_Generic_Plugin.h