Index: theme-indent.c
===================================================================
RCS file: /home/cvs/irssi-modules/theme-indent.c,v
retrieving revision 1.5
diff -u -r1.5 theme-indent.c
--- theme-indent.c	18 May 2002 11:52:13 -0000	1.5
+++ theme-indent.c	21 Aug 2003 14:29:19 -0000
@@ -3,8 +3,8 @@
  		  indentation strings from theme.
 
  compile:
-   export IRSSI=~/src/irssi-0.8.5
-   gcc theme-indent.c -Wall -g -o ~/.irssi/modules/libtheme_indent.so -shared -I$IRSSI/src -I$IRSSI/src/fe-common/core -I$IRSSI/src/core -I$IRSSI/src/fe-text `glib-config --cflags`
+   export IRSSI=~/src/irssi-cvs
+   gcc theme-indent.c -Wall -g -o ~/.irssi/modules/libtheme_indent.so -shared -I$IRSSI -I$IRSSI/src -I$IRSSI/src/fe-common/core -I$IRSSI/src/core -I$IRSSI/src/fe-text -DHAVE_CONFIG_H `pkg-config --cflags glib-2.0`
 
  usage:
    /LOAD theme_indent
