source: skype/Makefile @ 9fd4241

Last change on this file since 9fd4241 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 
1CFLAGS += $(shell pkg-config --cflags bitlbee) -g -Wall
2LDFLAGS += $(shell pkg-config --libs bitlbee)
3
4skype.so: skype.c
5        gcc -o skype.so -shared skype.c $(CFLAGS)
6
7clean:
8        rm -f skype.so
Note: See TracBrowser for help on using the repository browser.