Changes in protocols/Makefile [348c11b:66b9e86e]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/Makefile
r348c11b r66b9e86e 10 10 11 11 # [SH] Program variables 12 objects = nogaim.o12 objects = $(EVENT_HANDLER) http_client.o md5.o nogaim.o proxy.o sha.o $(SSL_CLIENT) 13 13 14 14 # [SH] The next two lines should contain the directory name (in $(subdirs)) … … 27 27 all: protocols.o 28 28 check: all 29 lcov:30 29 gcov: 31 30 gcov *.c
Note: See TracChangeset
for help on using the changeset viewer.