Changeset 93f4dac for skype


Ignore:
Timestamp:
2008-09-05T20:03:45Z (16 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
0ec644d
Parents:
038fa18
Message:

install: no longer depend on the plugin if its disabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/Makefile

    r038fa18 r93f4dac  
    77AMVERSION = $(shell automake --version|sed 's/.* //;s/\([0-9]\+\.[0-9]\+\)\.[0-9]\+/\1/;q')
    88
     9ifeq ($(BITLBEE),yes)
     10all: skype.$(SHARED_EXT)
     11else
     12all:
     13endif
     14
    915skype.$(SHARED_EXT): skype.c config.mak
    1016ifeq ($(BITLBEE),yes)
     
    1218endif
    1319
    14 install: skype.$(SHARED_EXT) skyped.py
     20install: all
    1521ifeq ($(BITLBEE),yes)
    1622        $(INSTALL) -d $(DESTDIR)$(plugindir)
Note: See TracChangeset for help on using the changeset viewer.