Mercurial > audlegacy
diff src/Makefile @ 2503:10692383c103 trunk
[svn] first try for libid3tag integration. this improved libid3tag supports vfs operations and is capable of adding id3v2 tag to files which doesn't have id3v2 tag ever.
| author | yaz |
|---|---|
| date | Sun, 11 Feb 2007 05:19:07 -0800 |
| parents | 30ab29ed32d8 |
| children | c35913222440 |
line wrap: on
line diff
--- a/src/Makefile Sun Feb 11 01:16:10 2007 -0800 +++ b/src/Makefile Sun Feb 11 05:19:07 2007 -0800 @@ -3,7 +3,7 @@ include ../mk/rules.mk include ../mk/init.mk -SUBDIRS = libaudacious $(INTL_OBJECTIVE) $(SUBDIR_GUESS) audacious audtool +SUBDIRS = libaudacious $(INTL_OBJECTIVE) $(SUBDIR_GUESS) audacious audtool libid3tag include ../mk/objective.mk
