Mon, 08 Jun 2009 02:24:49 +0000
Use the JID for adding a chat/buddy because the name is for descriptive
purpose only, and using it will not fill in the Add Chat dialog correctly.
Because the JID is not visible, the user will not know what to actually put
there instead.
|
15523
8505bd287c48
This renames the binary to 'pidgin', and I think it properly
Sean Egan <seanegan@pidgin.im>
parents:
15435
diff
changeset
|
1 | plugindir = $(libdir)/pidgin |
| 4390 | 2 | |
|
14736
90fe3dd8e9db
[gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14254
diff
changeset
|
3 | gestures_la_LDFLAGS = -module -avoid-version |
| 4390 | 4 | |
| 5 | if PLUGINS | |
| 6 | ||
| 7 | plugin_LTLIBRARIES = gestures.la | |
| 8 | ||
| 9 | gestures_la_SOURCES = \ | |
| 10 | gestures.c \ | |
| 11 | gstroke.h \ | |
| 12 | gstroke-internal.h \ | |
| 13 | stroke.c \ | |
| 14 | stroke-draw.c | |
| 15 | ||
|
14736
90fe3dd8e9db
[gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14254
diff
changeset
|
16 | gestures_la_LIBADD = $(GTK_LIBS) |
|
90fe3dd8e9db
[gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14254
diff
changeset
|
17 | |
| 4390 | 18 | endif |
| 19 | ||
|
6360
c2bfe65b200c
[gaim-migrate @ 6864]
Robert McQueen <robot101@debian.org>
parents:
4390
diff
changeset
|
20 | AM_CPPFLAGS = \ |
|
c2bfe65b200c
[gaim-migrate @ 6864]
Robert McQueen <robot101@debian.org>
parents:
4390
diff
changeset
|
21 | -DDATADIR=\"$(datadir)\" \ |
|
15435
4b933b06d75e
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@pidgin.im>
parents:
14736
diff
changeset
|
22 | -I$(top_srcdir)/libpurple \ |
|
16810
7f257f18af06
Now that version.h is a generated source file, we need to add
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15523
diff
changeset
|
23 | -I$(top_builddir)/libpurple \ |
|
15435
4b933b06d75e
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@pidgin.im>
parents:
14736
diff
changeset
|
24 | -I$(top_srcdir)/pidgin \ |
|
6360
c2bfe65b200c
[gaim-migrate @ 6864]
Robert McQueen <robot101@debian.org>
parents:
4390
diff
changeset
|
25 | $(DEBUG_CFLAGS) \ |
|
c2bfe65b200c
[gaim-migrate @ 6864]
Robert McQueen <robot101@debian.org>
parents:
4390
diff
changeset
|
26 | $(GTK_CFLAGS) |