summaryrefslogtreecommitdiff
path: root/rvs/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
commit662ea51a86049853c0a8e279e5b515b80d5123d8 (patch)
tree6a852f4f0ef50196d1b6659f5863872b1662357e /rvs/plugins/main.mk.in
parent9a027edc9ab8cd71fba33b322845fce5451b9ea3 (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 'rvs/plugins/main.mk.in')
-rw-r--r--rvs/plugins/main.mk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rvs/plugins/main.mk.in b/rvs/plugins/main.mk.in
index 677ffe6..774e4ac 100644
--- a/rvs/plugins/main.mk.in
+++ b/rvs/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))