summaryrefslogtreecommitdiff
path: root/main.mk.in
diff options
context:
space:
mode:
authorLuke Shumaker <luke@HP-dv6426us-u904.(none)>2009-10-26 20:32:15 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:18 -0600
commit60529eb5b1110540acef698c9f103f4bedab6e4e (patch)
treed299e7ef41aa17b446404d372e40c4bedeb6be3e /main.mk.in
parentee56ca1eedaa0b4de73873e286105c31e55dce81 (diff)
rvs builds! nicely!
Diffstat (limited to 'main.mk.in')
-rw-r--r--main.mk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.mk.in b/main.mk.in
index 66f77f8..5bb6990 100644
--- a/main.mk.in
+++ b/main.mk.in
@@ -44,7 +44,7 @@ filelist = \
config \
HACKING \
README \
- $(shell find ./*/* -type f)
+ $(patsubst $(srcdir)/%,%,$(shell find $(srcdir)/*/* -type f))
# install ##########################################################
install : install-wrapper libexec $(install-plugins)