diff options
author | Marcus Brinkmann <[email protected]> | 2004-02-27 15:49:26 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2004-02-27 15:49:26 +0000 |
commit | d9331c742f9bc08d5271c750faaa82778fa119d4 (patch) | |
tree | 3de4cdcad828923fe48e8738cce4680dc0595034 | |
parent | 2004-02-27 Marcus Brinkmann <[email protected]> (diff) | |
download | libgpg-error-d9331c742f9bc08d5271c750faaa82778fa119d4.tar.gz libgpg-error-d9331c742f9bc08d5271c750faaa82778fa119d4.zip |
2004-02-27 Marcus Brinkmann <[email protected]>
* src/Makefile.am (noinst_PROGRAMS): Rename to ...
(bin_PROGRAMS): ... this.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
3 files changed, 5 insertions, 3 deletions
@@ -1,5 +1,8 @@ 2004-02-27 Marcus Brinkmann <[email protected]> + * 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. @@ -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 |