changeset 2415:88e35feb75f8

[gaim-migrate @ 2428] this fixes distcheck for automake 1.5 and doesn't break it for 1.4. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 03 Oct 2001 06:04:44 +0000
parents 70cb0ce6991a
children 61b816a7b467
files autogen.sh src/protocols/Makefile.am
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/autogen.sh	Wed Oct 03 03:11:37 2001 +0000
+++ b/autogen.sh	Wed Oct 03 06:04:44 2001 +0000
@@ -47,5 +47,6 @@
 autoheader;
 automake --add-missing --copy;
 autoconf;
+automake;
 ./configure $@
 
--- a/src/protocols/Makefile.am	Wed Oct 03 03:11:37 2001 +0000
+++ b/src/protocols/Makefile.am	Wed Oct 03 06:04:44 2001 +0000
@@ -1,6 +1,8 @@
+DIST_SUBDIRS = gg icq irc jabber msn napster oscar toc yahoo zephyr
+
 if PRPLS
 
-SUBDIRS = gg icq irc jabber msn napster oscar toc yahoo zephyr
+SUBDIRS = $(DIST_SUBDIRS)
 
 else