Add a comment documenting the internal.h situation for people using nullprpl

Sun, 21 Sep 2008 23:16:37 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Sun, 21 Sep 2008 23:16:37 +0000
changeset 24332
9c7586a57e1b
parent 24331
24bb08b3a018
child 24333
9f23bb1c02c9

Add a comment documenting the internal.h situation for people using nullprpl
as the basis of their own out-of-tree prpl.

libpurple/protocols/null/nullprpl.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/null/nullprpl.c	Sat Sep 20 03:53:16 2008 +0000
+++ b/libpurple/protocols/null/nullprpl.c	Sun Sep 21 23:16:37 2008 +0000
@@ -46,8 +46,12 @@
 
 #include <glib.h>
 
+/* If you're using this as the basis of a prpl that will be distributed
+ * separately from libpurple, remove the internal.h include below and replace
+ * it with code to include your own config.h or similar.  If you're going to
+ * provide for translation, you'll also need to setup the gettext macros. */
 #include "internal.h"
-#include "config.h"
+
 #include "account.h"
 #include "accountopt.h"
 #include "blist.h"

mercurial