summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMartin Schulze <mschulze@cvs.gnome.org>2004-07-23 15:36:18 +0000
committerMartin Schulze <mschulze@src.gnome.org>2004-07-23 15:36:18 +0000
commit07d5b780515d6e44d0581a4fc4c9d151d2a8a6bd (patch)
tree47470a06568ce27d55916ca031ad50b3c1ed9110 /Makefile.am
parent1bc194e320ee3e22c45cf5bc77d041ccadc2c88f (diff)
downloadsigc++-07d5b780515d6e44d0581a4fc4c9d151d2a8a6bd.tar.gz
Fix typo concerning distribution of libsigc++-2.0.spec. Mention our
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++.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
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