summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d43cb0b..a66013a 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,8 @@ LSRCFILES = configure configure.in Makepkgs install-sh README VERSION
LDIRT = config.log .dep config.status config.cache confdefs.h conftest* \
Logs/* built .census install.* install-dev.* install-lib.* *.gz
-SUBDIRS = include libattr attr getfattr setfattr test man doc po debian build
+SUBDIRS = include libattr attr getfattr setfattr \
+ examples test man doc po debian build
default: $(CONFIGURE)
ifeq ($(HAVE_BUILDDEFS), no)