bug-gnulib
[Top][All Lists]
Advanced

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

size_max module: missing Makefile.am entry


From: Martin Lambers
Subject: size_max module: missing Makefile.am entry
Date: Sat, 3 Sep 2005 21:40:00 +0200
User-agent: Mutt/1.5.6+20040907i

Hi!

I think the size_max module misses the Makefile.am entry
"lib_SOURCES += size_max.h":

$ ./gnulib-tool --create-testdir --dir=/tmp/t size_max
$ cd /tmp/t
$ ./configure
$ make dist

The resulting tarball does not contain size_max.h.

The following patch fixes this:


--- modules/size_max.orig       2005-09-03 21:38:13.513588464 +0200
+++ modules/size_max    2005-09-03 21:37:16.110315088 +0200
@@ -11,6 +11,7 @@
 gl_SIZE_MAX
 
 Makefile.am:
+lib_SOURCES += size_max.h
 
 Include:
 #include "size_max.h"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]