Mercurial > pidgin
view plugins/Makefile @ 90:f5b305c0d974
[gaim-migrate @ 100]
Added plugin code. I have yet to test it. :P All I know is, I can successfully
load a plugin. I don't know what I can do with it yet, and I'm not even sure
I can unload it yet.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Fri, 07 Apr 2000 17:43:29 +0000 |
parents | |
children | 308d0896d979 |
line wrap: on
line source
CC = gcc CFLAGS = -Wall LDFLAGS = -ggdb simple.so: simple.c $(CC) $(CFLAGS) $(LDFLAGS) -shared -Wl,-soname,$@ -o $@ $<