Changeset bbf1050


Ignore:
Timestamp:
2007-08-21T18:50:09Z (17 years ago)
Author:
VMiklos <vmiklos@…>
Branches:
master
Children:
8e3058b
Parents:
68312b8
Message:

added an install target

Location:
skype
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • skype/Makefile

    r68312b8 rbbf1050  
    11-include config.mak
    22
    3 skype.so: skype.c
     3skype.so: skype.c config.mak
    44        $(CC) $(CFLAGS) -shared -o skype.so skype.c $(LDFLAGS)
     5
     6install: skype.so
     7        $(INSTALL) -d $(DESTDIR)$(plugindir)
     8        $(INSTALL) skype.so $(DESTDIR)$(plugindir)
    59
    610client: client.c
  • skype/config.mak.in

    r68312b8 rbbf1050  
    55exec_prefix = @exec_prefix@
    66libdir = @libdir@
     7plugindir = ${libdir}/bitlbee
Note: See TracChangeset for help on using the changeset viewer.