Mercurial > pidgin
annotate plugins/gevolution/Makefile.am @ 10812:d087e928ffd1
[gaim-migrate @ 12465]
" A variety of spacing normalization I've done as I've
navigated the source making other changes. The specific
changes should be uncontroversial. I'm submitting these to
shrink the deltas between my local tree and the CVS
source. If spacing changes are unwelcome as a general
rule, let me know." --rlaager
I said not to do this sort of patch often.
also a spelling fix.
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Mon, 11 Apr 2005 04:32:26 +0000 |
| parents | ff4be2d1401d |
| children | 2cc05a9e944d |
| rev | line source |
|---|---|
| 8089 | 1 plugindir = $(libdir)/gaim |
| 2 | |
| 3 gevolution_la_LDFLAGS = \ | |
| 4 -module -avoid-version \ | |
| 5 $(EVOLUTION_ADDRESSBOOK_LIBS) | |
| 6 | |
| 7 if PLUGINS | |
| 8 | |
| 9 plugin_LTLIBRARIES = gevolution.la | |
| 10 | |
| 11 gevolution_la_SOURCES = \ | |
| 12 add_buddy_dialog.c \ | |
| 13 assoc-buddy.c \ | |
| 14 gevolution.c \ | |
| 8565 | 15 gevolution.h \ |
| 8089 | 16 gevo-util.c \ |
|
10081
ff4be2d1401d
[gaim-migrate @ 11071]
Christian Hammond <chipx86@chipx86.com>
parents:
8565
diff
changeset
|
17 new_person_dialog.c \ |
|
ff4be2d1401d
[gaim-migrate @ 11071]
Christian Hammond <chipx86@chipx86.com>
parents:
8565
diff
changeset
|
18 eds-utils.c |
| 8089 | 19 |
| 20 endif | |
| 21 | |
| 22 gevolution_la_LIBADD = | |
| 23 | |
| 24 AM_CPPFLAGS = \ | |
| 25 -DDATADIR=\"$(datadir)\" \ | |
| 26 -DVERSION=\"$(VERSION)\" \ | |
| 27 -I$(top_srcdir)/src \ | |
| 28 $(EVOLUTION_ADDRESSBOOK_CFLAGS) \ | |
| 29 $(DEBUG_CFLAGS) \ | |
| 30 $(GTK_CFLAGS) |
