From 07d5b780515d6e44d0581a4fc4c9d151d2a8a6bd Mon Sep 17 00:00:00 2001 From: Martin Schulze Date: Fri, 23 Jul 2004 15:36:18 +0000 Subject: Fix typo concerning distribution of libsigc++-2.0.spec. Mention our 2004-07-23 Martin Schulze * Makefile.am: Fix typo concerning distribution of libsigc++-2.0.spec. * AUTHORS: Mention our contributors for platforms Sun FORTE and Intel C++. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.2.1