Mercurial > pidgin
view plugins/Makefile @ 121:3571b593f423
[gaim-migrate @ 131]
If buddy signs off, then signs on again before they get erased, it wouldn't
alert properly. Now it does.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sat, 15 Apr 2000 23:52:33 +0000 |
| parents | e05e6373ea5a |
| children | 5f294f7c4f2e |
line wrap: on
line source
CC = gcc CFLAGS = -Wall `gnome-config --cflags gtk` -I../src LDFLAGS = -ggdb `gnome-config --libs gtk` -shared all: simple.so gaiminc.so autorecon.so spellchk.so chkmail.so filectl.so .SUFFIXES: .c .so .c.so: $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-soname,$@ -o $@ $<
