Mercurial > pidgin
view plugins/Makefile @ 107:55faf2e3a134
[gaim-migrate @ 117]
Fixed a really annoying bug so that now the buddy list stays on the panel
and doesn't 'float' when the lag-o-meter is on.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Wed, 12 Apr 2000 08:13:22 +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 $@ $<
