changeset 592:7bbe7a94bc20 trunk

[svn] make sure mpg123 installs correctly
author nenolod
date Thu, 02 Feb 2006 18:49:10 -0800
parents c447826497ce
children 81a746ef39d0
files Plugins/Input/mpg123/Makefile.in
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Input/mpg123/Makefile.in	Thu Feb 02 18:47:47 2006 -0800
+++ b/Plugins/Input/mpg123/Makefile.in	Thu Feb 02 18:49:10 2006 -0800
@@ -3,6 +3,8 @@
 
 OBJECTIVE_LIBS = libmpg123.so
 
+LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR)
+
 SOURCES = mpg123.c configure.c fileinfo.c common.c \
 	decode_2to1.c decode_4to1.c \
 	layer1.c layer2.c layer3.c \