summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-01-10 10:07:33 -0500
committerAndreas Gruenbacher <agruen@linbit.com>2014-01-13 13:32:39 +0100
commitaf9fc2b8c01c46df0973b8ecbaa358af6be42ce0 (patch)
tree35d089df6a36aefcfbbd66339924efe92d7fb205
parentb499d7e7b3953292cbe1119adfc9c832c55cc49f (diff)
downloadattr-af9fc2b8c01c46df0973b8ecbaa358af6be42ce0.tar.gz
include examples/ in dist tarball
We don't want to build this, but we do want to include it in the release, so add it to EXTRA_DIST.
-rw-r--r--Makefile.am1
-rw-r--r--examples/Makemodule.am3
2 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ec56888..a3e8353 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,6 +24,7 @@ dist_man_MANS =
dist_sysconf_DATA = xattr.conf
include doc/Makemodule.am
+include examples/Makemodule.am
include include/Makemodule.am
include libattr/Makemodule.am
include libmisc/Makemodule.am
diff --git a/examples/Makemodule.am b/examples/Makemodule.am
new file mode 100644
index 0000000..895346d
--- /dev/null
+++ b/examples/Makemodule.am
@@ -0,0 +1,3 @@
+EXTRA_DIST += \
+ examples/copyattr.c \
+ examples/Makefile