# HG changeset patch # User Christian Hammond # Date 1028828528 0 # Node ID c434f13dfa9b71b8e116cc1e46fe6cddb0bec139 # Parent dc29d0c4bdb52da4ae50ebbeb809e98ab53f059f [gaim-migrate @ 3406] Even though we don't compile libicq anymore, it does have to be in DIST_SUBDIRS, so that a make dist or make distcheck won't die on us. We should probably remove it from configure.in (the line with src/protocols/icqMakefile in AC_OUTPUT()). Then we can remove it from here. committer: Tailor Script diff -r dc29d0c4bdb5 -r c434f13dfa9b src/protocols/Makefile.am --- a/src/protocols/Makefile.am Thu Aug 08 16:12:05 2002 +0000 +++ b/src/protocols/Makefile.am Thu Aug 08 17:42:08 2002 +0000 @@ -1,4 +1,4 @@ -DIST_SUBDIRS = gg irc jabber msn napster oscar toc yahoo zephyr +DIST_SUBDIRS = gg icq irc jabber msn napster oscar toc yahoo zephyr if PRPLS