aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog4
-rw-r--r--src/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2ac113d..a484cf1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2003-02-22 Neal H. Walfield <[email protected]>
+
+ * Makefile.am (bin_SCRIPTS): Renamed from bin_PROGRAMS.
+
2003-02-18 Neal H. Walfield <[email protected]>
* Makefile.am (libassuan_a_LIBADD): New variable.
diff --git a/src/Makefile.am b/src/Makefile.am
index 344c261..041ee17 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -24,7 +24,7 @@ INCLUDES = -I.. -I$(top_srcdir)/include
BUILT_SOURCES = assuan-errors.c
MOSTLYCLEANFILES = assuan-errors.c
-bin_PROGRAMS = libassuan-config
+bin_SCRIPTS = libassuan-config
lib_LIBRARIES = libassuan.a
include_HEADERS = assuan.h