Mercurial > pidgin
annotate plugins/ticker/Makefile.am @ 4082:4b04ecb3eb97
[gaim-migrate @ 4297]
(22:54:38) Robot101: * Make sure prefs are saved before plugins are removed, and not afterwards.
(22:54:59) Robot101: * Move do_quit() into aim.c and make sure everything appropriate uses it.
(22:55:12) Robot101: * Remove duplicated cancel_login for closing the main window, use do_quit instead.
(22:55:49) Robot101: * Remove uncalled code pertaining to closing the about window from when it was called via gaim -v.
(22:56:06) LSchiere: what's this in sounds?
(22:56:29) Robot101: * Add correct ifdefs to prefs so only compiled-in sound methods are shown.
(22:56:34) LSchiere: if you broke my sounds...
(22:57:07) Robot101: * Remove unused sound order data, and clarify comments and debug output.
(22:57:56) Robot101: * Remove duplicated check which is performed at the start of play_file anyway.
(22:58:03) Robot101: that's the lot
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Mon, 16 Dec 2002 03:58:54 +0000 |
| parents | 8d211ff092cb |
| children | 59751fe608c5 |
| rev | line source |
|---|---|
| 3391 | 1 plugindir = $(libdir)/gaim |
| 2 | |
|
3399
8d211ff092cb
[gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents:
3391
diff
changeset
|
3 ticker_la_LDFLAGS = -module -avoid-version |
|
8d211ff092cb
[gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents:
3391
diff
changeset
|
4 |
| 3391 | 5 if PLUGINS |
| 6 | |
|
3399
8d211ff092cb
[gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents:
3391
diff
changeset
|
7 plugin_LTLIBRARIES = ticker.la |
| 3391 | 8 |
|
3399
8d211ff092cb
[gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents:
3391
diff
changeset
|
9 ticker_la_SOURCES = \ |
|
8d211ff092cb
[gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents:
3391
diff
changeset
|
10 gtkticker.c \ |
|
8d211ff092cb
[gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents:
3391
diff
changeset
|
11 gtkticker.h \ |
|
8d211ff092cb
[gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents:
3391
diff
changeset
|
12 ticker.c |
| 3391 | 13 |
| 14 endif | |
| 15 | |
|
3399
8d211ff092cb
[gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents:
3391
diff
changeset
|
16 INCLUDES = \ |
|
8d211ff092cb
[gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents:
3391
diff
changeset
|
17 -I$(top_srcdir) \ |
|
8d211ff092cb
[gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents:
3391
diff
changeset
|
18 -I$(top_srcdir)/src \ |
|
8d211ff092cb
[gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents:
3391
diff
changeset
|
19 -DVERSION=\"$(VERSION)\" |
