From: Paul Eggert Date: Thu, 12 Oct 2006 21:48:01 +0000 (+0000) Subject: * modules/error (Makefile.am): Distribute files through X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3815b4713e7de9eab169c6f4f9d5797e83854b95;p=pspp * modules/error (Makefile.am): Distribute files through EXTRA_DIST, not lib_SOURCES. --- diff --git a/ChangeLog b/ChangeLog index f3a6160a16..0a271f701e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-10-12 Paul Eggert + + * modules/error (Makefile.am): Distribute files through + EXTRA_DIST, not lib_SOURCES. + 2006-10-12 Eric Blake * modules/error (Makefile.am): Distribute files in /lib. diff --git a/modules/error b/modules/error index d7f047d3af..628cf7ccd1 100644 --- a/modules/error +++ b/modules/error @@ -12,7 +12,7 @@ configure.ac: gl_ERROR Makefile.am: -lib_SOURCES += error.h error.c +EXTRA_DIST += error.h error.c Include: "error.h"