Mercurial > pidgin
annotate finch/plugins/Makefile.am @ 27078:0d01bd0c19ba
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.
| author | Elliott Sales de Andrade <qulogic@pidgin.im> |
|---|---|
| date | Mon, 08 Jun 2009 02:24:49 +0000 |
| parents | 8986c3804ada |
| children | 6a4cab3959b7 |
| rev | line source |
|---|---|
|
15891
886025ef7daa
Build gntclipboard plugin by default. If we don't want this, at least
Stu Tomlinson <stu@nosnilmot.com>
parents:
15884
diff
changeset
|
1 gntclipboard_la_LDFLAGS = -module -avoid-version |
| 15817 | 2 gntgf_la_LDFLAGS = -module -avoid-version |
| 3 gnthistory_la_LDFLAGS = -module -avoid-version | |
|
22173
85c365822504
Add a plugin to provide 'Online/Offline' grouping and no grouping.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18140
diff
changeset
|
4 gntlastlog_la_LDFLAGS = -module -avoid-version |
|
26500
8986c3804ada
Add a gnt TinyURL plugin. Closes #2017
Richard Nelson <wabz@pidgin.im>
parents:
26359
diff
changeset
|
5 gnttinyurl_la_LDFLAGS = -module -avoid-version |
|
22173
85c365822504
Add a plugin to provide 'Online/Offline' grouping and no grouping.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18140
diff
changeset
|
6 grouping_la_LDFLAGS = -module -avoid-version |
| 15817 | 7 |
| 8 if PLUGINS | |
| 9 | |
| 10 plugin_LTLIBRARIES = \ | |
|
15891
886025ef7daa
Build gntclipboard plugin by default. If we don't want this, at least
Stu Tomlinson <stu@nosnilmot.com>
parents:
15884
diff
changeset
|
11 gntclipboard.la \ |
| 15817 | 12 gntgf.la \ |
| 13 gnthistory.la \ | |
|
22173
85c365822504
Add a plugin to provide 'Online/Offline' grouping and no grouping.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18140
diff
changeset
|
14 gntlastlog.la \ |
|
26500
8986c3804ada
Add a gnt TinyURL plugin. Closes #2017
Richard Nelson <wabz@pidgin.im>
parents:
26359
diff
changeset
|
15 gnttinyurl.la \ |
|
22173
85c365822504
Add a plugin to provide 'Online/Offline' grouping and no grouping.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18140
diff
changeset
|
16 grouping.la |
| 15817 | 17 |
|
15884
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
15817
diff
changeset
|
18 plugindir = $(libdir)/finch |
| 15817 | 19 |
|
15891
886025ef7daa
Build gntclipboard plugin by default. If we don't want this, at least
Stu Tomlinson <stu@nosnilmot.com>
parents:
15884
diff
changeset
|
20 gntclipboard_la_SOURCES = gntclipboard.c |
| 15817 | 21 gntgf_la_SOURCES = gntgf.c |
| 22 gnthistory_la_SOURCES = gnthistory.c | |
| 23 gntlastlog_la_SOURCES = lastlog.c | |
|
26500
8986c3804ada
Add a gnt TinyURL plugin. Closes #2017
Richard Nelson <wabz@pidgin.im>
parents:
26359
diff
changeset
|
24 gnttinyurl_la_SOURCES = gnttinyurl.c |
|
22173
85c365822504
Add a plugin to provide 'Online/Offline' grouping and no grouping.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18140
diff
changeset
|
25 grouping_la_SOURCES = grouping.c |
| 15817 | 26 |
|
16046
42c6d1d81bec
gntclipboard plugin needs X11
Richard Nelson <wabz@pidgin.im>
parents:
15891
diff
changeset
|
27 gntclipboard_la_CFLAGS = $(X11_CFLAGS) |
| 15817 | 28 gntgf_la_CFLAGS = $(X11_CFLAGS) |
| 29 | |
|
16046
42c6d1d81bec
gntclipboard plugin needs X11
Richard Nelson <wabz@pidgin.im>
parents:
15891
diff
changeset
|
30 gntclipboard_la_LIBADD = $(GLIB_LIBS) $(X11_LIBS) |
| 15817 | 31 gntgf_la_LIBADD = $(GLIB_LIBS) $(X11_LIBS) $(top_builddir)/finch/libgnt/libgnt.la |
| 32 gnthistory_la_LIBADD = $(GLIB_LIBS) | |
| 33 gntlastlog_la_LIBADD = $(GLIB_LIBS) | |
|
26500
8986c3804ada
Add a gnt TinyURL plugin. Closes #2017
Richard Nelson <wabz@pidgin.im>
parents:
26359
diff
changeset
|
34 gnttinyurl_la_LIBADD = $(GLIB_LIBS) |
|
22173
85c365822504
Add a plugin to provide 'Online/Offline' grouping and no grouping.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18140
diff
changeset
|
35 grouping_la_LIBADD = $(GLIB_LIBS) $(top_builddir)/finch/libgnt/libgnt.la |
| 15817 | 36 |
| 37 endif # PLUGINS | |
| 38 | |
|
18140
36400e6f8954
EXTRA_DIST the dbus script.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
16906
diff
changeset
|
39 EXTRA_DIST = pietray.py |
| 15817 | 40 |
| 41 AM_CPPFLAGS = \ | |
| 42 -DDATADIR=\"$(datadir)\" \ | |
| 43 -I$(top_builddir)/libpurple \ | |
| 44 -I$(top_srcdir)/libpurple \ | |
| 45 -I$(top_srcdir) \ | |
| 46 -I$(top_srcdir)/finch \ | |
| 47 -I$(top_srcdir)/finch/libgnt \ | |
|
23774
1343ff17b110
The whitespace at the end of the line was giving me errors.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
23759
diff
changeset
|
48 $(DEBUG_CFLAGS) \ |
| 15817 | 49 $(GLIB_CFLAGS) \ |
| 50 $(GNT_CFLAGS) \ | |
| 51 $(PLUGIN_CFLAGS) | |
| 52 | |
| 53 # | |
| 54 # This part allows people to build their own plugins in here. | |
| 55 # Yes, it's a mess. | |
| 56 # | |
| 57 SUFFIXES = .c .so | |
| 58 .c.so: | |
|
24042
20846036cbd5
Fix compiling 'make plugin.so' when srcdir != builddir. This should've been part of the last commit.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
22173
diff
changeset
|
59 $(LIBTOOL) --mode=compile $(CC) -DHAVE_CONFIG_H -I$(top_builddir) $(AM_CPPFLAGS) $(CFLAGS) -c $< -o tmp$@.lo $(PLUGIN_CFLAGS) |
| 15817 | 60 $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -o libtmp$@.la -rpath $(plugindir) tmp$@.lo $(LIBS) $(LDFLAGS) -module -avoid-version $(PLUGIN_LIBS) |
| 61 @rm -f tmp$@.lo tmp$@.o libtmp$@.la | |
| 62 @cp .libs/libtmp$@.so* $@ | |
| 63 @rm -f .libs/libtmp$@.* |
