Mercurial > pidgin
view plugins/Makefile @ 140:436bead8f65d
[gaim-migrate @ 150]
There was some weird case where it wouldn't set your password properly if
you use different passwords between screen names.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Wed, 19 Apr 2000 22:12:02 +0000 |
| parents | e277d5f0c1dd |
| children | 9331563bdb26 |
line wrap: on
line source
CC = gcc CFLAGS = -Wall `gnome-config --cflags gtk` -I../src -g LDFLAGS = -ggdb `gnome-config --libs gtk` -shared -lpthread all: simple.so gaiminc.so autorecon.so spellchk.so chkmail.so \ filectl.so iconaway.so .SUFFIXES: .c .so .c.so: $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-soname,$@ -o $@ $<
