From 614ba6770c9497f36a8ce5011f7c54d2426da7d1 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Fri, 22 Dec 2000 22:49:09 +0000 Subject: [PATCH] add rule for plugin_xmms --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 09f27ee..e44bc99 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)) -- 2.7.4