Add missing source file to the resgen_SOURCES variable (resgen.h).  If you
don't do that, this file is not distributed on 'make dist' and thus missing in
the final package.

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

---

 resgen/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

Index: resgen/Makefile.am
===================================================================
--- resgen/Makefile.am.orig
+++ resgen/Makefile.am
@@ -3,6 +3,7 @@ man_MANS       = resgen.1
 EXTRA_DIST     = $(man_MANS)
 
 resgen_SOURCES = resgen.c \
+                                resgen.h \
                                 resgen_binary.c \
                                 resgen_po.c \
                                 resgen_text.c \

--
 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

_______________________________________________
Developers mailing list
[email protected]
http://dotgnu.org/mailman/listinfo/developers

Reply via email to