diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-01-08 17:26:08 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-01-08 17:26:08 +0000 |
commit | b538b006446ad1fb18f953be8b9a3c46b907aa17 (patch) | |
tree | 0ca032d10eee7ff44231ca0d096bf9c47ef27103 /audio/Makefile | |
parent | Unbreak 'make install'. (diff) |
A program to rename mp3 files based on their id3tag.
PR: 15982
Submitted by: Sander Janssen <janssen@rendo.dekooi.nl>
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index f93f51caafdd..cc5dcd4fe5b1 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -44,6 +44,7 @@ SUBDIR += mp3blaster SUBDIR += mp3encode SUBDIR += mp3info + SUBDIR += mp3rename SUBDIR += mpegaudio SUBDIR += mpg123 SUBDIR += mpg123.el |