Some files are missing in the distro kit, add them. We also add config
to the list of subdirs.

Signed-off-by: Robert Schwebel <[EMAIL PROTECTED]>

---
 GNUmakefile.am               |    3 +++
 func/pi-tests/GNUmakefile.am |    3 +++
 2 files changed, 6 insertions(+)

Index: func/pi-tests/GNUmakefile.am
===================================================================
--- func/pi-tests/GNUmakefile.am.orig
+++ func/pi-tests/GNUmakefile.am
@@ -40,6 +40,9 @@ testpi_7_CPPFLAGS = \
        $(AM_CPPFLAGS) \
        -I$(srcdir)
 
+EXTRA_DIST = \
+       test-skeleton.c
+
 MAINTAINERCLEANFILES = \
        GNUmakefile.in
 
Index: GNUmakefile.am
===================================================================
--- GNUmakefile.am.orig
+++ GNUmakefile.am
@@ -1,9 +1,12 @@
 SUBDIRS = \
+       config \
         include \
         func \
         perf \
         stress
 
+EXTRA_DIST = \
+       autogen.sh
 
 MAINTAINERCLEANFILES = \
         GNUmakefile.in 

--
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
     Hannoversche Str. 2, 31134 Hildesheim, Germany
   Phone: +49-5121-206917-0 |  Fax: +49-5121-206917-9

-
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to