aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2004-02-27 15:49:26 +0000
committerMarcus Brinkmann <[email protected]>2004-02-27 15:49:26 +0000
commitd9331c742f9bc08d5271c750faaa82778fa119d4 (patch)
tree3de4cdcad828923fe48e8738cce4680dc0595034
parent2004-02-27 Marcus Brinkmann <[email protected]> (diff)
downloadlibgpg-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--ChangeLog3
-rw-r--r--NEWS3
-rw-r--r--src/Makefile.am2
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 <[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.
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