diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/Makefile b/lib/Makefile index f56b1fe5..324ab646 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -41,6 +41,6 @@ $(objects): ../Makefile.settings Makefile  $(objects): %.o: $(_SRCDIR_)%.c  	@echo '*' Compiling $< -	@$(CC) -c $(CFLAGS) $< -o $@ +	@$(CC) -c $(CFLAGS) $(CFLAGS_BITLBEE) $< -o $@  -include .depend/*.d | 
