From: Eric W. <war...@us...> - 2001-10-03 06:04:47
|
Update of /cvsroot/gaim/gaim/src/protocols In directory usw-pr-cvs1:/tmp/cvs-serv10984/src/protocols Modified Files: Makefile.am Log Message: this fixes distcheck for automake 1.5 and doesn't break it for 1.4. Index: Makefile.am =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.am 2001/09/29 23:06:30 1.2 +++ Makefile.am 2001/10/03 06:04:44 1.3 @@ -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 |