diff --git a/Makefile b/Makefile index 09f27ee3..e44bc99f 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,9 @@ libFLAC: flac: libFLAC (cd src/$@ ; make $(CONFIG)) +plugin_xmms: libFLAC + (cd src/$@ ; make $(CONFIG)) + test_streams: libFLAC (cd src/$@ ; make $(CONFIG))