changeset 3562:1caa559c5619 trunk

fix libid3tag installation.
author William Pitcock <nenolod@atheme.org>
date Tue, 18 Sep 2007 13:51:23 -0500
parents d1cacc65f091
children cc888ce7b6fb
files src/libid3tag/Makefile
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/libid3tag/Makefile	Tue Sep 18 13:44:21 2007 -0500
+++ b/src/libid3tag/Makefile	Tue Sep 18 13:51:23 2007 -0500
@@ -1,6 +1,10 @@
 include ../../extra.mk
 
 LIB = ${LIB_PREFIX}audid3tag${LIB_SUFFIX}
+LIB_MAJOR = 1
+LIB_MINOR = 0
+
+LIBDIR = $(plugindir)
 
 INCLUDES = id3tag.h
 
@@ -29,5 +33,3 @@
 CFLAGS += $(LIB_CFLAGS)
 
 LIBS += $(GLIB_LIBS)
-
-LIBDIR = $(plugindir)