[g-a-devel][Gnopernicus] Simple 'make dist' fix



Hi.

Upon attempting to update libtool related files
ontop of the 0.3.3 tarball release of Gnopernicus
I found that EXTRA_DIST in Makefile.am is missing
omf.make, since xmldocs.make does "include" that file.

Symptom for this problem is "autoreconf --force" failing
with a error message about omf.make not being available.

Below patch fixes this.

Index: Makefile.am
===================================================================
RCS file: /cvs/gnome/gnopernicus/Makefile.am,v
retrieving revision 1.16
diff -u -r1.16 Makefile.am
--- Makefile.am	14 May 2003 08:03:31 -0000	1.16
+++ Makefile.am	17 Jun 2003 10:29:41 -0000
@@ -5,6 +5,7 @@
 
 EXTRA_DIST= \
 	    xmldocs.make		\
+	    omf.make			\
 	    intltool-extract.in     	\
 	    intltool-merge.in       	\
 	    intltool-update.in      	\

-- 
CYa,
  Mario | Debian Developer <URL:http://debian.org/>
        | Get my public key via finger mlang db debian org
        | 1024D/7FC1A0854909BCCDBE6C102DDFFC022A6B113E44



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]