- Timestamp:
- 2008-09-05T20:03:45Z (16 years ago)
- Branches:
- master
- Children:
- 0ec644d
- Parents:
- 038fa18
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/Makefile
r038fa18 r93f4dac 7 7 AMVERSION = $(shell automake --version|sed 's/.* //;s/\([0-9]\+\.[0-9]\+\)\.[0-9]\+/\1/;q') 8 8 9 ifeq ($(BITLBEE),yes) 10 all: skype.$(SHARED_EXT) 11 else 12 all: 13 endif 14 9 15 skype.$(SHARED_EXT): skype.c config.mak 10 16 ifeq ($(BITLBEE),yes) … … 12 18 endif 13 19 14 install: skype.$(SHARED_EXT) skyped.py20 install: all 15 21 ifeq ($(BITLBEE),yes) 16 22 $(INSTALL) -d $(DESTDIR)$(plugindir)
Note: See TracChangeset
for help on using the changeset viewer.