summaryrefslogtreecommitdiff
path: root/src/post/goom
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-06 16:17:04 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-06 16:17:04 +0200
commite7b343f647fa5c44551946b39afdeebe0812c8eb (patch)
tree8b009e9989323e027814243f35285bfff63a1f2b /src/post/goom
parent217f2b6ec22319c6c01594f0a09e652f3e829a61 (diff)
downloadxine-lib-e7b343f647fa5c44551946b39afdeebe0812c8eb.tar.gz
xine-lib-e7b343f647fa5c44551946b39afdeebe0812c8eb.tar.bz2
Define a xinepostdir directory to point to the post-plugins path.
Together with this, define a xinepost_LTLIBRARIES class that is used to install the post-plugins in the correct directory. Also add the rule to remove them.
Diffstat (limited to 'src/post/goom')
-rw-r--r--src/post/goom/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/post/goom/Makefile.am b/src/post/goom/Makefile.am
index 4aeda8f04..e6bae3374 100644
--- a/src/post/goom/Makefile.am
+++ b/src/post/goom/Makefile.am
@@ -1,7 +1,5 @@
include $(top_srcdir)/misc/Makefile.common
-libdir = $(XINE_PLUGINDIR)/post
-
EXTRA_DIST = mmx.c xmmx.c ppc_drawings.s ppc_zoom_ultimate.s diff_against_release.patch \
gfontrle.c mathtools.c
@@ -10,7 +8,7 @@ EXTRA_DIST = mmx.c xmmx.c ppc_drawings.s ppc_zoom_ultimate.s diff_against_releas
#CFLAGS = `echo @CFLAGS@ | sed -e 's/-fomit-frame-pointer//g;s/-Os/-O2/g'`
CFLAGS = `echo @CFLAGS@ | sed -e 's/-Os/-O2/g'`
-lib_LTLIBRARIES = xineplug_post_goom.la
+xinepost_LTLIBRARIES = xineplug_post_goom.la
## doesn't work
#if PPC_ARCH