diff options
author | Neal Walfield <[email protected]> | 2003-02-22 14:22:24 +0000 |
---|---|---|
committer | Neal Walfield <[email protected]> | 2003-02-22 14:22:24 +0000 |
commit | 3ac8aa2f906fa62c3da6051ee7bcf5f80fe9c8e6 (patch) | |
tree | 6da493de213ee40a2ec834e74e08f4ce9380d7c9 /src | |
parent | 2003-02-18 Neal H. Walfield <[email protected]> (diff) | |
download | libassuan-3ac8aa2f906fa62c3da6051ee7bcf5f80fe9c8e6.tar.gz libassuan-3ac8aa2f906fa62c3da6051ee7bcf5f80fe9c8e6.zip |
2003-02-22 Neal H. Walfield <[email protected]>
* Makefile.am (bin_SCRIPTS): Renamed from bin_PROGRAMS.
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 4 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
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 |