aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 62ed5cc8..ae77c0cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -66,7 +66,7 @@ endif
# Perform a minimal build by setting DEB_BUILD_OPTION=minimal,...
ifeq (,$(findstring minimal,$(DEB_BUILD_OPTIONS)))
- OPTIONS += -make "tests benchmarks"
+ OPTIONS += -make "tests benchmarks examples"
else
OPTIONS += -minimal
MAKEDOCS = 0