Mercurial > pidgin
comparison plugins/Makefile.am @ 12859:02e1ef5bc3d5
[gaim-migrate @ 15210]
adding a psychic mode plugin, replacing a preference which gaim-meanwhile used to offer
committer: Tailor Script <tailor@pidgin.im>
| author | Christopher O'Brien <siege@pidgin.im> |
|---|---|
| date | Fri, 13 Jan 2006 17:30:20 +0000 |
| parents | a1e241dd50b6 |
| children | c5c14bb91c28 |
comparison
equal
deleted
inserted
replaced
| 12858:b1c85bf2dab3 | 12859:02e1ef5bc3d5 |
|---|---|
| 40 gaimrc_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) | 40 gaimrc_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) |
| 41 history_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) | 41 history_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) |
| 42 iconaway_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) | 42 iconaway_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) |
| 43 idle_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) | 43 idle_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) |
| 44 notify_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) | 44 notify_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) |
| 45 psychic_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) | |
| 45 relnot_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) | 46 relnot_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) |
| 46 spellchk_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) | 47 spellchk_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) |
| 47 statenotify_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) | 48 statenotify_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) |
| 48 timestamp_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) | 49 timestamp_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) |
| 49 timestamp_format_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) | 50 timestamp_format_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) |
| 58 gaimrc.la \ | 59 gaimrc.la \ |
| 59 history.la \ | 60 history.la \ |
| 60 iconaway.la \ | 61 iconaway.la \ |
| 61 idle.la \ | 62 idle.la \ |
| 62 notify.la \ | 63 notify.la \ |
| 64 psychic.la \ | |
| 63 relnot.la \ | 65 relnot.la \ |
| 64 spellchk.la \ | 66 spellchk.la \ |
| 65 statenotify.la \ | 67 statenotify.la \ |
| 66 timestamp.la \ | 68 timestamp.la \ |
| 67 timestamp_format.la \ | 69 timestamp_format.la \ |
| 72 gaimrc_la_SOURCES = gaimrc.c | 74 gaimrc_la_SOURCES = gaimrc.c |
| 73 history_la_SOURCES = history.c | 75 history_la_SOURCES = history.c |
| 74 iconaway_la_SOURCES = iconaway.c | 76 iconaway_la_SOURCES = iconaway.c |
| 75 idle_la_SOURCES = idle.c | 77 idle_la_SOURCES = idle.c |
| 76 notify_la_SOURCES = notify.c | 78 notify_la_SOURCES = notify.c |
| 79 psychic_la_SOURCES = psychic.c | |
| 77 relnot_la_SOURCES = relnot.c | 80 relnot_la_SOURCES = relnot.c |
| 78 spellchk_la_SOURCES = spellchk.c | 81 spellchk_la_SOURCES = spellchk.c |
| 79 statenotify_la_SOURCES = statenotify.c | 82 statenotify_la_SOURCES = statenotify.c |
| 80 timestamp_la_SOURCES = timestamp.c | 83 timestamp_la_SOURCES = timestamp.c |
| 81 timestamp_format_la_SOURCES = timestamp_format.c | 84 timestamp_format_la_SOURCES = timestamp_format.c |
