Changeset 9fd4241 for skype/Makefile


Ignore:
Timestamp:
2007-08-19T15:43:14Z (17 years ago)
Author:
VMiklos <vmiklos@…>
Branches:
master
Children:
be975f8
Parents:
1323e36
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/Makefile

    r1323e36 r9fd4241  
    1 CFLAGS += $(shell pkg-config --cflags bitlbee) -g
     1CFLAGS += $(shell pkg-config --cflags bitlbee) -g -Wall
     2LDFLAGS += $(shell pkg-config --libs bitlbee)
    23
    34skype.so: skype.c
Note: See TracChangeset for help on using the changeset viewer.