diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2005-12-17 19:55:46 +0100 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2005-12-17 19:55:46 +0100 | 
| commit | 52b3a9978681da7c3f2cd21cd6987eb158a54a03 (patch) | |
| tree | 48fa512664d4b4b74e9979bc60ae807827e8bad2 /protocols/oscar | |
| parent | 8a9afe4eaa42052006fb64c6755ac0321b97ab55 (diff) | |
| parent | b5a22e33a1aa2500093e783e79de2f44bf53c150 (diff) | |
Successfully tested http_client, added support for redirections.
Diffstat (limited to 'protocols/oscar')
| -rw-r--r-- | protocols/oscar/Makefile | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/protocols/oscar/Makefile b/protocols/oscar/Makefile index 5ef996a1..97a27299 100644 --- a/protocols/oscar/Makefile +++ b/protocols/oscar/Makefile @@ -15,7 +15,7 @@ CFLAGS += -Wall  LFLAGS += -r  # [SH] Phony targets -all: oscarr.o +all: oscar_mod.o  .PHONY: all clean distclean @@ -32,6 +32,6 @@ $(objects): %.o: %.c  	@echo '*' Compiling $<  	@$(CC) -c $(CFLAGS) $< -o $@ -oscarr.o: $(objects) -	@echo '*' Linking oscarr.o -	@$(LD) $(LFLAGS) $(objects) -o oscarr.o +oscar_mod.o: $(objects) +	@echo '*' Linking oscar_mod.o +	@$(LD) $(LFLAGS) $(objects) -o oscar_mod.o  | 
