Mercurial > pidgin
comparison plugins/Makefile.am @ 8089:35db601609e3
[gaim-migrate @ 8788]
Gaim-Evolution Buddy List-Addressbook syncronocity by our very own
Chip X. Eightysix.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Tue, 13 Jan 2004 01:45:32 +0000 |
parents | 3eab6ac5e4a7 |
children | 57bdd25752c1 |
comparison
equal
deleted
inserted
replaced
8088:a86784e3b98c | 8089:35db601609e3 |
---|---|
1 DIST_SUBDIRS = docklet gaim-remote gestures perl ssl tcl ticker | 1 DIST_SUBDIRS = docklet gevolution gaim-remote gestures perl ssl tcl ticker |
2 | |
3 if BUILD_GEVOLUTION | |
4 GEVOLUTION_DIR = gevolution | |
5 endif | |
2 | 6 |
3 if USE_PERL | 7 if USE_PERL |
4 PERL_DIR = perl | 8 PERL_DIR = perl |
5 endif | 9 endif |
6 | 10 |
7 if USE_TCL | 11 if USE_TCL |
8 TCL_DIR = tcl | 12 TCL_DIR = tcl |
9 endif | 13 endif |
10 | 14 |
11 SUBDIRS = docklet gaim-remote gestures $(PERL_DIR) $(TCL_DIR) ssl ticker | 15 SUBDIRS = \ |
16 docklet gaim-remote $(GEVOLUTION_DIR) gestures \ | |
17 $(PERL_DIR) $(TCL_DIR) ssl ticker | |
12 | 18 |
13 plugindir = $(libdir)/gaim | 19 plugindir = $(libdir)/gaim |
14 | 20 |
15 autorecon_la_LDFLAGS = -module -avoid-version | 21 autorecon_la_LDFLAGS = -module -avoid-version |
16 history_la_LDFLAGS = -module -avoid-version | 22 history_la_LDFLAGS = -module -avoid-version |