summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-02-08 17:19:20 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-02-08 17:19:20 -0500
commit455fbb30242c8676b26fad8f8b32898fc31c991d (patch)
tree04465b153a864441153c621b142cb501cd67f9d9 /Makefile
parent7e704d7ac997387341e920e1757c24cac0efe5e9 (diff)
Whoops, `make install-libretools` was installing everythingv20160208
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 06f3fed..5be5195 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,6 @@ pots =
am_out_files += $(foreach package,$(packages),po/$(package).pot)
am_clean_files += .var.*
am_gen_files += .srcversion-libretools.mk .srcversion-devtools.mk
-am_subdirs = src
+am_subdirs = src $(foreach package,$(packages),$($(package)))
include $(topsrcdir)/automake.tail.mk