Mercurial > audlegacy
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 2502:b7be0af74307 | 2503:10692383c103 |
|---|---|
| 1 .SILENT: | 1 .SILENT: |
| 2 | 2 |
| 3 include ../mk/rules.mk | 3 include ../mk/rules.mk |
| 4 include ../mk/init.mk | 4 include ../mk/init.mk |
| 5 | 5 |
| 6 SUBDIRS = libaudacious $(INTL_OBJECTIVE) $(SUBDIR_GUESS) audacious audtool | 6 SUBDIRS = libaudacious $(INTL_OBJECTIVE) $(SUBDIR_GUESS) audacious audtool libid3tag |
| 7 | 7 |
| 8 include ../mk/objective.mk | 8 include ../mk/objective.mk |
| 9 | 9 |
