Mercurial > audlegacy
diff src/libid3tag/Makefile @ 3562:1caa559c5619 trunk
fix libid3tag installation.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Tue, 18 Sep 2007 13:51:23 -0500 |
parents | 9ddf21ab5c84 |
children | 625af2797f35 |
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)