Changeset 85d7b85 for protocols/Makefile


Ignore:
Timestamp:
2008-04-02T14:22:57Z (16 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
f9dbc99
Parents:
875ad42 (diff), dd34575 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/Makefile

    r875ad42 r85d7b85  
    1010
    1111# [SH] Program variables
    12 objects = http_client.o md5.o nogaim.o proxy.o sha.o $(SSL_CLIENT)
     12objects = nogaim.o
    1313
    1414# [SH] The next two lines should contain the directory name (in $(subdirs))
     
    2626# [SH] Phony targets
    2727all: protocols.o
     28check: all
     29lcov: check
     30gcov:
     31        gcov *.c
    2832
    2933.PHONY: all clean distclean $(subdirs)
Note: See TracChangeset for help on using the changeset viewer.