summaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rw-r--r--files/Makefile.am1
-rw-r--r--files/examples/Makefile.am4
2 files changed, 5 insertions, 0 deletions
diff --git a/files/Makefile.am b/files/Makefile.am
index 4f41b664..7deec151 100644
--- a/files/Makefile.am
+++ b/files/Makefile.am
@@ -1,2 +1,3 @@
SUBDIRS = nftables \
+ examples \
osf
diff --git a/files/examples/Makefile.am b/files/examples/Makefile.am
new file mode 100644
index 00000000..c40e041e
--- /dev/null
+++ b/files/examples/Makefile.am
@@ -0,0 +1,4 @@
+pkgdocdir = ${docdir}/examples
+dist_pkgdoc_SCRIPTS = ct_helpers.nft \
+ load_balancing.nft \
+ sets_and_maps.nft