diff src/OSS/Makefile @ 1882:eed7c270e8dd

Fix MILLIONS of Makefiles.
author Jonathan Schleifer <js@h3c.de>
date Wed, 26 Sep 2007 14:53:37 +0200
parents d9d4b258fbf1
children a56a26a5f233
line wrap: on
line diff
--- a/src/OSS/Makefile	Wed Sep 26 06:38:56 2007 +0200
+++ b/src/OSS/Makefile	Wed Sep 26 14:53:37 2007 +0200
@@ -1,6 +1,4 @@
 PLUGIN = OSS${PLUGIN_SUFFIX}
-plugindir = audacious/${OUTPUT_PLUGIN_DIR}
-
 SRCS = OSS.c		\
        mixer.c		\
        about.c		\
@@ -9,6 +7,8 @@
        init.c		\
        convert.c
 
+plugindir = audacious/${OUTPUT_PLUGIN_DIR}
+
 include ../../buildsys.mk
 include ../../extra.mk