Changeset 57da960 for protocols


Ignore:
Timestamp:
2011-12-10T22:43:10Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
8b39b1a
Parents:
06b5893
Message:

Skype module packaging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/skype/Makefile

    r06b5893 r57da960  
    11-include ../../Makefile.settings
    22ifdef SRCDIR
    3 SRCDIR := $(SRCDIR)protocls/skype/
     3SRCDIR := $(SRCDIR)protocols/skype/
    44endif
    55
     
    2323all: $(LIBS) $(MANPAGES)
    2424
    25 skype.$(SHARED_EXT): skype.c config.mak
     25skype.$(SHARED_EXT): $(SRCDIR)skype.c config.mak
    2626ifeq ($(BITLBEE),yes)
    27         $(CC) $(CFLAGS) $(SHARED_FLAGS) -o skype.$(SHARED_EXT) skype.c $(LDFLAGS)
     27        $(CC) $(CFLAGS) $(SHARED_FLAGS) -o skype.$(SHARED_EXT) $(SRCDIR)skype.c $(LDFLAGS)
    2828endif
    2929
     
    4747endif
    4848
    49 client: client.c
     49client: $(SRCDIR)client.c
    5050
    5151autogen: configure.ac
     
    5757
    5858distclean: clean
    59         rm -f config.log config.mak config.status
     59        rm -f config.log config.mak config.status skyped.1
    6060
    6161autoclean: distclean
     
    103103        git shortlog -s -n |sed 's/.*\t//'> AUTHORS
    104104
    105 %.1: %.txt asciidoc.conf
    106         a2x --asciidoc-opts="-f asciidoc.conf" \
     105%.1: $(SRCDIR)%.txt $(SRCDIR)asciidoc.conf
     106        a2x --asciidoc-opts="-f $(SRCDIR)asciidoc.conf" \
    107107                -a bs_version=$(VERSION) -a bs_date=$(DATE) -f manpage $<
Note: See TracChangeset for help on using the changeset viewer.