summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am4
3 files changed, 9 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index a6279ea..0152154 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,7 @@
Martin Schulze <mschulze@cvs.gnome.org>
Murray Cumming <murrayc@murrayc.com>
Cedric Gustin <cedric.gustin@swing.be> (win32 support)
+Damien Carbery <Damien.Carbery@Sun.COM> (Sun FORTE C++ support)
+Takashi Takekawa <takekawa@users.sourceforge.jp> (Intel C++ support)
Andreas Rottmann <rottmann@users.sourceforge.net> (make system)
Karl Einar Nelson <kenelson@ece.ucdavis.edu> (initial version 1.9.4)
diff --git a/ChangeLog b/ChangeLog
index 2d38c59..bd47b43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-23 Martin Schulze <mschulze@cvs.gnome.org>
+
+ * Makefile.am: Fix typo concerning distribution of libsigc++-2.0.spec.
+ * AUTHORS: Mention our contributors for platforms Sun FORTE and Intel C++.
+
2004-07-15 Martin Schulze <mschulze@cvs.gnome.org>
* *.h.m4: Don't call operator()() in sun_forte_workaround(); rather copy
diff --git a/Makefile.am b/Makefile.am
index e0ad304..7696930 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# it includes all the autostuff automatically, you just name the
# other stuff here
-EXTRA_DIST = autogen.sh sigc++config.h.in libsigc++.spec.in
+EXTRA_DIST = autogen.sh sigc++config.h.in libsigc++-2.0.spec.in
# ACLOCAL_FLAGS = -I scripts
SUBDIRS = sigc++ tests docs examples scripts
@@ -27,7 +27,7 @@ dist-hook:
echo "* generated by the compiler. *"; \
echo "**********************************************************"; \
echo; echo \
- cp libsigc++.spec $(distdir)
+ cp libsigc++-2.0.spec $(distdir)
include $(top_srcdir)/docs/Makefile_web.am_fragment