diff src/scrobbler/Makefile @ 2017:6d33dffd1382

Curly vs round braces (part 1)
author Eugene Paskevich <eugene@raptor.kiev.ua>
date Thu, 11 Oct 2007 17:40:42 +0300
parents 1ad002ce1bd0
children ae36702ffcf9
line wrap: on
line diff
--- a/src/scrobbler/Makefile	Thu Oct 11 17:11:39 2007 +0300
+++ b/src/scrobbler/Makefile	Thu Oct 11 17:40:42 2007 +0300
@@ -16,7 +16,7 @@
 
 PACKAGE = audacious
 
-plugindir := $(plugindir)/${GENERAL_PLUGIN_DIR}
+plugindir := ${plugindir}/${GENERAL_PLUGIN_DIR}
 
 CFLAGS += ${PLUGIN_CFLAGS}
 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${BEEP_DEFINES} ${CURL_CFLAGS} -I../../intl -I../..