diff options
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -155,7 +155,7 @@ $(subdirs):  $(OTR_PI): %.so: $(SRCDIR)%.c  	@echo '*' Building plugin $@ -	@$(CC) $(CFLAGS) $(OTRFLAGS) -fPIC -shared $(LDFLAGS) $< -o $@ +	@$(CC) $(CFLAGS) -fPIC -shared $(LDFLAGS) $< -o $@ $(OTRFLAGS)  $(SKYPE_PI): $(SRCDIR)protocols/skype/skype.c  	@echo '*' Building plugin skype | 
