- Timestamp:
- 2007-07-01T14:52:45Z (17 years ago)
- Branches:
- master
- Children:
- 19a8088
- Parents:
- f7b44f2 (diff), 348c11b (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. - Location:
- protocols
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/Makefile
rf7b44f2 rae3c4fa 27 27 all: protocols.o 28 28 check: all 29 lcov: 29 30 gcov: 30 31 gcov *.c -
protocols/jabber/Makefile
rf7b44f2 rae3c4fa 18 18 all: jabber_mod.o 19 19 check: all 20 lcov: 20 21 gcov: 21 22 gcov *.c -
protocols/msn/Makefile
rf7b44f2 rae3c4fa 18 18 all: msn_mod.o 19 19 check: all 20 lcov: 20 21 gcov: 21 22 gcov *.c -
protocols/oscar/Makefile
rf7b44f2 rae3c4fa 18 18 all: oscar_mod.o 19 19 check: all 20 lcov: 20 21 gcov: 21 22 gcov *.c -
protocols/yahoo/Makefile
rf7b44f2 rae3c4fa 18 18 all: yahoo_mod.o 19 19 check: all 20 lcov: 20 21 gcov: 21 22 gcov *.c
Note: See TracChangeset
for help on using the changeset viewer.