Changeset 2fcad6e


Ignore:
Timestamp:
2007-08-21T18:55:32Z (17 years ago)
Author:
VMiklos <vmiklos@…>
Branches:
master
Children:
05c1bed
Parents:
8e3058b
Message:

make install installs skyped

Location:
skype
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • skype/Makefile

    r8e3058b r2fcad6e  
    44        $(CC) $(CFLAGS) -shared -o skype.so skype.c $(LDFLAGS)
    55
    6 install: skype.so
     6install: skype.so skyped.py
    77        $(INSTALL) -d $(DESTDIR)$(plugindir)
     8        $(INSTALL) -d $(DESTDIR)$(sbindir)
    89        $(INSTALL) skype.so $(DESTDIR)$(plugindir)
     10        $(INSTALL) skyped.py $(DESTDIR)$(sbindir)/skyped
    911
    1012client: client.c
  • skype/README

    r8e3058b r2fcad6e  
    6565----
    6666
    67 - Start skyped (the tcp server):
     67- Start Skype and `skyped` (the tcp server):
    6868
    6969----
    70 python skyped.py
     70skype
     71skyped
    7172----
    7273
     
    116117== What needs to be done (aka. TODO)
    117118
     119- `--daemon` option for `skyped`
     120
    118121== I would like to have support for ...
    119122
  • skype/config.mak.in

    r8e3058b r2fcad6e  
    44prefix = @prefix@
    55exec_prefix = @exec_prefix@
     6sbindir = @sbindir@
    67libdir = @libdir@
    78plugindir = ${libdir}/bitlbee
Note: See TracChangeset for help on using the changeset viewer.