Update of /cvsroot/gaim/gaim/src/protocols
In directory usw-pr-cvs1:/tmp/cvs-serv22144
Modified Files:
Makefile.am
Log Message:
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.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.am 7 Aug 2002 23:25:33 -0000 1.6
+++ Makefile.am 8 Aug 2002 17:42:08 -0000 1.7
@@ -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
|