Last change
on this file since ddd3502 was
9fd4241,
checked in by VMiklos <vmiklos@…>, at 2007-08-19T15:43:14Z
|
download buddies from the server
also remove write queues. i took them from the jabber module and they seem to
be a bit unnecessary for skype
|
-
Property mode set to
100644
|
File size:
188 bytes
|
Line | |
---|
1 | CFLAGS += $(shell pkg-config --cflags bitlbee) -g -Wall |
---|
2 | LDFLAGS += $(shell pkg-config --libs bitlbee) |
---|
3 | |
---|
4 | skype.so: skype.c |
---|
5 | gcc -o skype.so -shared skype.c $(CFLAGS) |
---|
6 | |
---|
7 | clean: |
---|
8 | rm -f skype.so |
---|
Note: See
TracBrowser
for help on using the repository browser.