Changeset 2fcad6e for skype/Makefile


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

make install installs skyped

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.