[1149] in BarnOwl Developers

home help back first fref pref prev next nref lref last post

[D-O-H] r1097 - trunk/owl

daemon@ATHENA.MIT.EDU (geofft@MIT.EDU)
Thu Oct 29 18:13:31 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@nelhage.com
Date: Sun, 3 Aug 2008 19:18:57 -0400 (EDT)
To: dirty-owl-hackers@MIT.EDU
From: geofft@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU

Author: geofft
Date: 2008-08-03 19:18:56 -0400 (Sun, 03 Aug 2008)
New Revision: 1097

Modified:
   trunk/owl/Makefile.in
   trunk/owl/glib_compat.c
   trunk/owl/owl.h
Log:
Do we really need gcc -I. and #include <owl.h>?


Modified: trunk/owl/Makefile.in
===================================================================
--- trunk/owl/Makefile.in	2008-07-30 22:35:08 UTC (rev 1096)
+++ trunk/owl/Makefile.in	2008-08-03 23:18:56 UTC (rev 1097)
@@ -10,7 +10,7 @@
 
 CC=@CC@
 LIBS=@LIBS@ -L./libfaim -lfaim
-CFLAGS=@CFLAGS@ -I. -I./libfaim -DDATADIR=\"${datadir}\" -DOWL_SVN_REVNO=$(shell ./svkversion)
+CFLAGS=@CFLAGS@ -I./libfaim -DDATADIR=\"${datadir}\" -DOWL_SVN_REVNO=$(shell ./svkversion)
 LDFLAGS=@LDFLAGS@
 XSUBPPDIR=@XSUBPPDIR@
 XSUBPPFLAGS=@XSUBPPFLAGS@

Modified: trunk/owl/glib_compat.c
===================================================================
--- trunk/owl/glib_compat.c	2008-07-30 22:35:08 UTC (rev 1096)
+++ trunk/owl/glib_compat.c	2008-08-03 23:18:56 UTC (rev 1097)
@@ -1,4 +1,4 @@
-#include <owl.h>
+#include "owl.h"
 
 #if (GLIB_MAJOR_VERSION == 2 && GLIB_MINOR_VERSION < 14)
 /* Our own implementation of g_unichar_is_mark for glib versions that

Modified: trunk/owl/owl.h
===================================================================
--- trunk/owl/owl.h	2008-07-30 22:35:08 UTC (rev 1096)
+++ trunk/owl/owl.h	2008-08-03 23:18:56 UTC (rev 1097)
@@ -19,7 +19,7 @@
 #include <time.h>
 #include <signal.h>
 #include <termios.h>
-#include <libfaim/aim.h>
+#include "libfaim/aim.h"
 #include <wchar.h>
 #include "config.h"
 #include "glib.h"


home help back first fref pref prev next nref lref last post