From: Christian H. <ch...@us...> - 2003-10-29 23:46:22
|
Update of /cvsroot/gaim/gaim/src/protocols In directory sc8-pr-cvs1:/tmp/cvs-serv27751/src/protocols Modified Files: Makefile.am Log Message: Patch by Etan Reisner that lets people compiling gaim specify exactly what prpls to compile dynamically, rather than having to compile them all. Index: Makefile.am =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/Makefile.am,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -p -r1.10 -r1.11 --- Makefile.am 16 Jul 2003 14:28:26 -0000 1.10 +++ Makefile.am 29 Oct 2003 23:46:19 -0000 1.11 @@ -1,11 +1,3 @@ DIST_SUBDIRS = gg irc jabber msn napster oscar toc yahoo zephyr -if PRPLS - -SUBDIRS = $(DIST_SUBDIRS) - -else - -SUBDIRS = $(STATIC_PRPLS) - -endif +SUBDIRS = $(DYNAMIC_PRPLS) $(STATIC_PRPLS) |