Mercurial > pidgin
view plugins/Makefile.am @ 184:77ba079b355a
[gaim-migrate @ 194]
Commented out the check new ver code until I get some free time to
thread it. (I'll do it tonight)
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Wed, 26 Apr 2000 17:53:13 +0000 |
| parents | 8d8faeab01f6 |
| children | c664bc1f484a |
line wrap: on
line source
SUFFIXES = .c .so if GNOMEAPPLET CFLAGS += $(GTK_CFLAGS) -I../src -DUSE_APPLET else CFLAGS += $(GTK_CFLAGS) -I../src endif LDFLAGS += -ggdb $(GTK_LIBS) -shared .c.so: $(CC) $(CFLAGS) -Wl,-soname,$@ -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 simple.c spellchk.c toc_commands.c
