diff --git a/Makefile.am b/Makefile.am
index a1080322b37807dffcb1cf3cee8a199d3d215cd7..08bbcb13e0ee21f0bf6c610bb137dfd45aef3f32 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,7 +35,13 @@ SUBDIRS = master devices script include
 
 DIST_SUBDIRS = master devices script include examples
 
-EXTRA_DIST = documentation/ethercat_doc.pdf
+EXTRA_DIST = \
+	bootstrap \
+	documentation/ethercat_doc.pdf \
+	Doxyfile \
+	FEATURES \
+	globals.h \
+	LICENSE
 
 mydist:
 	@SVNREV=`svnversion $(srcdir)` && \