Mercurial > pidgin
view plugins/Makefile @ 111:d927bb34e2c6
[gaim-migrate @ 121]
I'm spending way to much time on this plugin. I added an xchat-like config
menu. I think it was more to prove to myself that configuring plugins is cool.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Thu, 13 Apr 2000 08:05:57 +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 $@ $<
