diff src/streambrowser/Makefile @ 2763:bbde87558ec7

integrated streambrowser into the main buildsystem
author Calin Crisan ccrisan@gmail.com
date Thu, 03 Jul 2008 02:02:19 +0300
parents 4ec0e13208de
children f9c6a9cb442e
line wrap: on
line diff
--- a/src/streambrowser/Makefile	Wed Jul 02 21:27:56 2008 +0200
+++ b/src/streambrowser/Makefile	Thu Jul 03 02:02:19 2008 +0300
@@ -13,7 +13,7 @@
 
 PACKAGE = audacious
 
-plugindir := ${plugindir}/${INPUT_PLUGIN_DIR}
+plugindir := ${plugindir}/${GENERAL_PLUGIN_DIR}
 
 CFLAGS += ${PLUGIN_CFLAGS} ${BEEP_DEFINES}
 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${XML_CPPFLAGS} ${ARCH_DEFINES} -I../..