Mercurial > pidgin
view plugins/Makefile.am @ 192:e9ca9146ebf1
[gaim-migrate @ 202]
If you have the lagometer set so the lag is being tested, it would give you
a new conversation window to yourself. Now it shouldn't.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Thu, 27 Apr 2000 19:07:18 +0000 |
| parents | 948100a8cb23 |
| children | 6af9b88e4f90 |
line wrap: on
line source
SUFFIXES = .c .so if GNOMEAPPLET CFLAGS += $(GTK_CFLAGS) $(GNOME_INCLUDEDIR) -I../src -DUSE_APPLET else CFLAGS += $(GTK_CFLAGS) -I../src endif LDFLAGS += -ggdb $(GTK_LIBS) -shared .c.so: $(CC) $(CFLAGS) -fPIC -DPIC -o $@ $< $(LDFLAGS) plugin_DATA = autorecon.so iconaway.so spellchk.so plugindir = $(libdir)/gaim EXTRA_DIST = CRAZY HOWTO SIGNALS autorecon.c chkmail.c filectl.c gaiminc.c \ iconaway.c notify.c simple.c spellchk.c toc_commands.c
