From d9331c742f9bc08d5271c750faaa82778fa119d4 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Fri, 27 Feb 2004 15:49:26 +0000 Subject: 2004-02-27 Marcus Brinkmann * src/Makefile.am (noinst_PROGRAMS): Rename to ... (bin_PROGRAMS): ... this. --- ChangeLog | 3 +++ NEWS | 3 +-- src/Makefile.am | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a02f807..f35c731 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-02-27 Marcus Brinkmann + * src/Makefile.am (noinst_PROGRAMS): Rename to ... + (bin_PROGRAMS): ... this. + * src/gpg-error.h.in: Add extern "C" closure for C-- compilers. * src/Makefile.am (noinst_PROGRAMS): New variable. diff --git a/NEWS b/NEWS index c4e3b03..b6092c3 100644 --- a/NEWS +++ b/NEWS @@ -2,8 +2,7 @@ Noteworthy changes in version 0.7 (unreleased) ---------------------------------------------- * A new tool gpg-error to convert error numbers into symbols into - strings is provided. It is not installed by default, but can be - found in src/gpg-error. + strings is provided. * Interface changes relative to the 0.6 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/Makefile.am b/src/Makefile.am index 122a927..11f7165 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -46,7 +46,7 @@ libgpg_error_la_SOURCES = gpg-error.h gettext.h \ libgpg_error_la_LIBADD = @LTLIBINTL@ -noinst_PROGRAMS = gpg-error +bin_PROGRAMS = gpg-error gpg_error_SOURCES = strsource-sym.c strerror-sym.c gpg-error.c gpg_error_LDADD = ./libgpg-error.la -- cgit v1.2.3