From a15fdcea21272fbc53ee47f7ced7ac0a093b52cc Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 18 Sep 2003 13:03:56 +0000 Subject: plugin work: right now, only with build rules for OS X. Once I can get it to work here, I'll add more build rules. Work in progress, a lot ain't work, but the plugin stuff is disabled by default, so no harm should arise svn-id: r10292 --- sky/module.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sky') diff --git a/sky/module.mk b/sky/module.mk index eba12e9a15..6fb563e6e0 100644 --- a/sky/module.mk +++ b/sky/module.mk @@ -29,5 +29,10 @@ MODULE_DIRS += \ sky/music \ sky/compacts +# This module can be built as a plugin +ifdef BUILD_PLUGINS +PLUGIN := 1 +endif + # Include common rules include common.rules -- cgit v1.2.3