changeset 24100:7e85c6cbf7b0

Add a comment documenting the internal.h situation for people using nullprpl as the basis of their own out-of-tree prpl.
author Richard Laager <rlaager@wiktel.com>
date Sun, 21 Sep 2008 23:16:37 +0000
parents a1a88c1bd59e
children bb8aa63494e7
files libpurple/protocols/null/nullprpl.c
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"