Changeset 731dd1e


Ignore:
Timestamp:
Aug 3, 2008, 7:18:56 PM (16 years ago)
Author:
Geoffrey Thomas <geofft@mit.edu>
Branches:
master, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
719c699
Parents:
601733d
Message:
Do we really need gcc -I. and #include <owl.h>?
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    r2c90da9 r731dd1e  
    1111CC=@CC@
    1212LIBS=@LIBS@ -L./libfaim -lfaim
    13 CFLAGS=@CFLAGS@ -I. -I./libfaim -DDATADIR=\"${datadir}\" -DOWL_SVN_REVNO=$(shell ./svkversion)
     13CFLAGS=@CFLAGS@ -I./libfaim -DDATADIR=\"${datadir}\" -DOWL_SVN_REVNO=$(shell ./svkversion)
    1414LDFLAGS=@LDFLAGS@
    1515XSUBPPDIR=@XSUBPPDIR@
  • glib_compat.c

    rc60ade2 r731dd1e  
    1 #include <owl.h>
     1#include "owl.h"
    22
    33#if (GLIB_MAJOR_VERSION == 2 && GLIB_MINOR_VERSION < 14)
  • owl.h

    r601733d r731dd1e  
    2020#include <signal.h>
    2121#include <termios.h>
    22 #include <libfaim/aim.h>
     22#include "libfaim/aim.h"
    2323#include <wchar.h>
    2424#include "config.h"
Note: See TracChangeset for help on using the changeset viewer.