aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/purple
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/purple')
-rw-r--r--protocols/purple/Makefile2
-rw-r--r--protocols/purple/purple.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/protocols/purple/Makefile b/protocols/purple/Makefile
index e02641c1..562b4db1 100644
--- a/protocols/purple/Makefile
+++ b/protocols/purple/Makefile
@@ -38,7 +38,7 @@ $(objects): ../../Makefile.settings Makefile
$(objects): %.o: $(_SRCDIR_)%.c
@echo '*' Compiling $<
- @$(CC) -c $(CFLAGS) $< -o $@
+ @$(CC) -c $(CFLAGS) $(CFLAGS_BITLBEE) $< -o $@
purple_mod.o: $(objects)
@echo '*' Linking purple_mod.o
diff --git a/protocols/purple/purple.c b/protocols/purple/purple.c
index d107dc2f..6e9682ed 100644
--- a/protocols/purple/purple.c
+++ b/protocols/purple/purple.c
@@ -3,7 +3,7 @@
* BitlBee - An IRC to IM gateway *
* libpurple module - Main file *
* *
-* Copyright 2009-2010 Wilmer van der Gaast <wilmer@gaast.net> *
+* Copyright 2009-2012 Wilmer van der Gaast <wilmer@gaast.net> *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *