Mercurial > pidgin
annotate Makefile.am @ 37:d90f556e4aa3
[gaim-migrate @ 46]
64byte memory leak every time you import a buddy list is now fixed.
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Sat, 25 Mar 2000 13:45:13 +0000 |
parents | 1ca691f2a42b |
children | b1d7336cba85 |
rev | line source |
---|---|
0 | 1 |
2 EXTRA_DIST = gaim_applet.gnorba gaim_applet.desktop buddytrans | |
3 | |
33 | 4 if GNOMEAPPLET |
5 | |
0 | 6 gaim_GNORBA = gaim_applet.gnorba |
7 gaimgnorbadir = $(sysconfdir)/CORBA/servers | |
8 gaimgnorba_DATA = $(gaim_GNORBA) | |
9 | |
10 gaim_DESKTOP = gaim_applet.desktop | |
29 | 11 gaimdesktopdir = $(datadir)/applets/Network |
0 | 12 gaimdesktop_DATA = $(gaim_DESKTOP) |
13 | |
33 | 14 endif |
0 | 15 |
16 SUBDIRS = m4 libfaim sounds pixmaps doc src | |
17 ACLOCAL_AMFLAGS = -I m4 |