Mercurial > pidgin
comparison plugins/Makefile.am @ 11405:a6d446cf090f
[gaim-migrate @ 13640]
Get rid of the old gaim-remote. Someone will need to make sure the
new D-BUS stuff is distributed in the tarballs and rpms appropriately.
Did I miss any pieces?
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Thu, 01 Sep 2005 03:32:52 +0000 |
| parents | 1462b64f8fc9 |
| children | 1a2eaba2bc13 |
comparison
equal
deleted
inserted
replaced
| 11404:677a3862260f | 11405:a6d446cf090f |
|---|---|
| 1 DIST_SUBDIRS = docklet gevolution gaim-remote gestures musicmessaging perl ssl tcl ticker | 1 DIST_SUBDIRS = docklet gevolution gestures musicmessaging perl ssl tcl ticker |
| 2 | 2 |
| 3 if BUILD_GEVOLUTION | 3 if BUILD_GEVOLUTION |
| 4 GEVOLUTION_DIR = gevolution | 4 GEVOLUTION_DIR = gevolution |
| 5 endif | 5 endif |
| 6 | 6 |
| 11 if USE_TCL | 11 if USE_TCL |
| 12 TCL_DIR = tcl | 12 TCL_DIR = tcl |
| 13 endif | 13 endif |
| 14 | 14 |
| 15 SUBDIRS = \ | 15 SUBDIRS = \ |
| 16 docklet gaim-remote $(GEVOLUTION_DIR) gestures \ | 16 docklet $(GEVOLUTION_DIR) gestures \ |
| 17 $(PERL_DIR) ssl $(TCL_DIR) ticker | 17 $(PERL_DIR) ssl $(TCL_DIR) ticker |
| 18 | 18 |
| 19 plugindir = $(libdir)/gaim | 19 plugindir = $(libdir)/gaim |
| 20 | 20 |
| 21 autorecon_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) | 21 autorecon_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) |
