diff --git a/share/Makefile.am b/share/Makefile.am
index 3184d4f56ba7b06636863a171a6fec7f43a45533..c90cba2c8ceddc5b5f143e4cce0977ade6e8da8a 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -1,6 +1,6 @@
-# $Id$
-
 SUBDIRS = bash-completion
 
+EXTRA_DIST= CMakeLists.txt
+
 # include further rules needed by Dune
 include $(top_srcdir)/am/global-rules
diff --git a/share/bash-completion/Makefile.am b/share/bash-completion/Makefile.am
index 824efb22052ee17c2e46fea7ada0f8bd883ab47c..5a8af3eb09e4d4ab5d204a803ca169f853fa6c9a 100644
--- a/share/bash-completion/Makefile.am
+++ b/share/bash-completion/Makefile.am
@@ -1,6 +1,6 @@
-# $Id$
-
 SUBDIRS = completions
 
+EXTRA_DIST= CMakeLists.txt
+
 # include further rules needed by Dune
 include $(top_srcdir)/am/global-rules