summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
Diffstat (limited to 'projects')
-rw-r--r--projects/Stacker/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/Stacker/Makefile b/projects/Stacker/Makefile
index 3855ac8935..eca20ec1d3 100644
--- a/projects/Stacker/Makefile
+++ b/projects/Stacker/Makefile
@@ -5,7 +5,7 @@
##===----------------------------------------------------------------------===##
LEVEL = .
-DIRS = lib tools
-EXTRA_DIST = samples test
+DIRS = lib tools samples
+EXTRA_DIST = test
include $(LEVEL)/Makefile.common