diff options
-rw-r--r-- | CVSROOT/modules | 1 | ||||
-rw-r--r-- | audio/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index 1d53ff06c32e..6ed75ec48f2c 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -1208,6 +1208,7 @@ cbview ports/graphics/cbview cc65 ports/devel/cc65 ccache ports/devel/ccache ccaudio ports/audio/ccaudio +ccaudio2 ports/audio/ccaudio2 cccc ports/devel/cccc ccd2iso ports/sysutils/ccd2iso ccdoc ports/devel/ccdoc diff --git a/audio/Makefile b/audio/Makefile index 83cfadddfc11..373bc2a14785 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -77,6 +77,7 @@ SUBDIR += cantus_3 SUBDIR += caps-plugins SUBDIR += ccaudio + SUBDIR += ccaudio2 SUBDIR += cd-console SUBDIR += cd-discid SUBDIR += cd2mp3 |