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