summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorVagrant Cascadian <[email protected]>2025-02-20 14:07:56 -0800
committerVagrant Cascadian <[email protected]>2025-02-20 14:09:04 -0800
commit06bad8b0a53b6a59ae4d7cee700326eef35df7e9 (patch)
treedc77641c2981ce1e7f70fd1db23fc31b13cd5061 /Makefile.am
parent22b5182579dd9679176b8e0863756f0b5a297916 (diff)
Makefile.am: Add missing hurd examples.
* Makefile.am (EXAMPLES): Add missing hurd and hurd64 examples.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index edcc392492..8e142a4002 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -485,8 +485,11 @@ EXAMPLES = \
gnu/system/examples/asus-c201.tmpl \
gnu/system/examples/bare-bones.tmpl \
gnu/system/examples/bare-hurd.tmpl \
+ gnu/system/examples/bare-hurd64.tmpl \
gnu/system/examples/beaglebone-black.tmpl \
gnu/system/examples/desktop.tmpl \
+ gnu/system/examples/devel-hurd64.tmpl \
+ gnu/system/examples/devel-hurd.tmpl \
gnu/system/examples/lightweight-desktop.tmpl \
gnu/system/examples/docker-image.tmpl \
gnu/system/examples/plasma.tmpl \