Mercurial > pidgin
annotate src/Makefile.am @ 268:f8a29745247c
[gaim-migrate @ 278]
Two star college football players need to pass the final to play in the big
game. The professor loves football, but knows these guys aren't the brightest
bulbs in teh box, so he gives them a special final, puts them in a room by
themselves, and gives them an hour.
The guys look at each other, and start in on the final, which has only one
question: "What did Old MacDonald have?"
One guy looks at the other and says, "Do you know the answer to this?"
The other guy says, "Duh, a farm."
"How do you spell that?"
"Stupid! EIEIO!"
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 25 May 2000 18:58:21 +0000 |
parents | 73e9a0bfff62 |
children | b402a23f35df |
rev | line source |
---|---|
31 | 1 if GNOMEAPPLET |
2 bin_PROGRAMS = gaim_applet | |
90
f5b305c0d974
[gaim-migrate @ 100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
82
diff
changeset
|
3 gaim_applet_SOURCES = about.c aim.c away.c browser.c buddy.c buddy_chat.c \ |
f5b305c0d974
[gaim-migrate @ 100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
82
diff
changeset
|
4 conversation.c dialogs.c gaimrc.c gnome_applet_mgr.c gtkhtml.c \ |
198
73e9a0bfff62
[gaim-migrate @ 208]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
173
diff
changeset
|
5 html.c idle.c network.c oscar.c plugins.c prefs.c proxy.c rvous.c \ |
73e9a0bfff62
[gaim-migrate @ 208]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
173
diff
changeset
|
6 server.c sound.c toc.c util.c |
31 | 7 else |
8 bin_PROGRAMS = gaim | |
173
7b5d56a74b71
[gaim-migrate @ 183]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
90
diff
changeset
|
9 gaim_SOURCES = about.c aim.c away.c browser.c buddy.c buddy_chat.c \ |
7b5d56a74b71
[gaim-migrate @ 183]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
90
diff
changeset
|
10 conversation.c dialogs.c gaimrc.c gnome_applet_mgr.c gtkhtml.c \ |
198
73e9a0bfff62
[gaim-migrate @ 208]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
173
diff
changeset
|
11 html.c idle.c network.c oscar.c plugins.c prefs.c proxy.c rvous.c \ |
73e9a0bfff62
[gaim-migrate @ 208]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
173
diff
changeset
|
12 server.c sound.c toc.c util.c |
31 | 13 endif |
14 | |
1 | 15 |
16 CFLAGS += $(GAIM_CFLAGS) | |
17 LIBS += $(GAIM_LIBS) | |
18 LDADD += $(GAIM_LDADD) | |
19 | |
20 EXTRA_DIST = gaim.h proxy.h gnome_applet_mgr.h gtkhtml.h |