diff src/lastfm/Makefile @ 1173:5896bd827cbc trunk

[svn] - move transport plugins into Transport subdirectory.
author yaz
date Fri, 08 Jun 2007 07:33:14 -0700
parents 9b8400ca5ee8
children e2b45aa596ad
line wrap: on
line diff
--- a/src/lastfm/Makefile	Fri Jun 08 06:27:15 2007 -0700
+++ b/src/lastfm/Makefile	Fri Jun 08 07:33:14 2007 -0700
@@ -5,7 +5,7 @@
 
 OBJECTIVE_LIBS = liblastfm$(SHARED_SUFFIX)
 
-LIBDIR = $(plugindir)/$(GENERAL_PLUGIN_DIR)
+LIBDIR = $(plugindir)/$(TRANSPORT_PLUGIN_DIR)
 
 LIBADD += $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) $(CURL_LIBS)