summaryrefslogtreecommitdiff
path: root/plugins/main.mk.in
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2010-04-14 18:27:44 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:20 -0600
commitf2112762334c10820436394aa109e71f63cf68b8 (patch)
treec04f0728de404f844962975deedaee32302a644e /plugins/main.mk.in
parentb2f69e2a90adce58775b76fd24c75e3ab51da4b6 (diff)
I'm commiting these partial changes in case I ever need to come back to it.
See, I just had a brain-gasm on how I can make the module system better.
Diffstat (limited to 'plugins/main.mk.in')
-rw-r--r--plugins/main.mk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/main.mk.in b/plugins/main.mk.in
index 677ffe6..774e4ac 100644
--- a/plugins/main.mk.in
+++ b/plugins/main.mk.in
@@ -24,7 +24,7 @@ LIBDIR = @LIBDIR@
ETCDIR = @ETCDIR@
dirs += $(sysconfdir) $(BINDIR) $(TMPDIR) $(LIBDIR) $(ETCDIR)
-mods = $(patsubst ./%,%,$(shell find ./* -maxdepth 0 -type d))
+mods = files tags
mods-build = $(addprefix build-,$(mods))
mods-install = $(addprefix install-,$(mods))
mods-uninstall = $(addprefix uninstall-,$(mods))