annotate libpurple/protocols/Makefile.am @ 20037:ba649e93098b

it seems that "SOURCES" is a reserved variable in some versions of automake, which was causing this to break the build badly for me
author Stu Tomlinson <stu@nosnilmot.com>
date Fri, 14 Sep 2007 15:38:40 +0000
parents 90a41215bcb1
children 8ae3eef4a27d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
17439
6fefda6a7d57 null does not need to be in EXTRA_DIST because it is in DIST_SUBDIRS
Stu Tomlinson <stu@nosnilmot.com>
parents: 17373
diff changeset
1 EXTRA_DIST = Makefile.mingw
15373
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
2
19383
90a41215bcb1 Include MySpace in the dist if we are to have it enabled by default...
Kevin Stange <kevin@simguy.net>
parents: 17568
diff changeset
3 DIST_SUBDIRS = bonjour gg irc jabber msn myspace novell null oscar qq sametime silc silc10 toc simple yahoo zephyr
15373
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
4
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
5 SUBDIRS = $(DYNAMIC_PRPLS) $(STATIC_PRPLS)