Mercurial > pidgin
annotate plugins/gevolution/Makefile.am @ 12357:8dd086d0f2b3
[gaim-migrate @ 14661]
Death to ()s around idle times! (...in the glorious small list view)
(13:39:54) rlaager: Also, do we need the ()s around idle times?
(13:40:03) Luke Schierer (LSchiere): no
(13:40:07) Luke Schierer (LSchiere): we used to
(13:40:25) rlaager: LSchiere: huh?
(13:40:37) Luke Schierer (LSchiere): to separate them from the warning times
(13:40:41) Luke Schierer (LSchiere): but we no longer display those
(13:40:45) Luke Schierer (LSchiere): so we no longer need to isolate them
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Mon, 05 Dec 2005 19:47:52 +0000 |
| parents | 2cc05a9e944d |
| children |
| rev | line source |
|---|---|
| 8089 | 1 plugindir = $(libdir)/gaim |
| 2 | |
| 3 gevolution_la_LDFLAGS = \ | |
| 4 -module -avoid-version \ | |
| 10889 | 5 $(EVOLUTION_ADDRESSBOOK_LIBS) \ |
| 6 $(GTK_LIBS) | |
| 8089 | 7 |
| 8 if PLUGINS | |
| 9 | |
| 10 plugin_LTLIBRARIES = gevolution.la | |
| 11 | |
| 12 gevolution_la_SOURCES = \ | |
| 13 add_buddy_dialog.c \ | |
| 14 assoc-buddy.c \ | |
| 15 gevolution.c \ | |
| 8565 | 16 gevolution.h \ |
| 8089 | 17 gevo-util.c \ |
|
10081
ff4be2d1401d
[gaim-migrate @ 11071]
Christian Hammond <chipx86@chipx86.com>
parents:
8565
diff
changeset
|
18 new_person_dialog.c \ |
|
ff4be2d1401d
[gaim-migrate @ 11071]
Christian Hammond <chipx86@chipx86.com>
parents:
8565
diff
changeset
|
19 eds-utils.c |
| 8089 | 20 |
| 21 endif | |
| 22 | |
| 23 gevolution_la_LIBADD = | |
| 24 | |
| 25 AM_CPPFLAGS = \ | |
| 26 -DDATADIR=\"$(datadir)\" \ | |
| 27 -DVERSION=\"$(VERSION)\" \ | |
| 28 -I$(top_srcdir)/src \ | |
| 29 $(EVOLUTION_ADDRESSBOOK_CFLAGS) \ | |
| 30 $(DEBUG_CFLAGS) \ | |
| 31 $(GTK_CFLAGS) |
