Changeset 731dd1e
- Timestamp:
- Aug 3, 2008, 7:18:56 PM (15 years ago)
- 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
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
r2c90da9 r731dd1e 11 11 CC=@CC@ 12 12 LIBS=@LIBS@ -L./libfaim -lfaim 13 CFLAGS=@CFLAGS@ -I. -I./libfaim -DDATADIR=\"${datadir}\" -DOWL_SVN_REVNO=$(shell ./svkversion)13 CFLAGS=@CFLAGS@ -I./libfaim -DDATADIR=\"${datadir}\" -DOWL_SVN_REVNO=$(shell ./svkversion) 14 14 LDFLAGS=@LDFLAGS@ 15 15 XSUBPPDIR=@XSUBPPDIR@ -
glib_compat.c
rc60ade2 r731dd1e 1 #include <owl.h>1 #include "owl.h" 2 2 3 3 #if (GLIB_MAJOR_VERSION == 2 && GLIB_MINOR_VERSION < 14) -
owl.h
r601733d r731dd1e 20 20 #include <signal.h> 21 21 #include <termios.h> 22 #include <libfaim/aim.h>22 #include "libfaim/aim.h" 23 23 #include <wchar.h> 24 24 #include "config.h"
Note: See TracChangeset
for help on using the changeset viewer.