From: root Date: Fri, 23 Nov 2007 11:32:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=67b74320631c26f31f4c721d9059a0a81bbd4cb5;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/src/Makefile.in b/src/Makefile.in index 39e43b10..e8f0514f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -21,7 +21,7 @@ DEFS = @DEFS@ LIBS = @LIBS@ XINC = @X_CFLAGS@ @AFTERIMAGE_CFLAGS@ XLIB = @X_LIBS@ @AFTERIMAGE_LIBS@ -lX11 @X_EXTRA_LIBS@ -COMPILE = $(CXX) -I$(srcdir)/../libev -I.. -I$(srcdir) -I. $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(DEBUG) $(XINC) +COMPILE = $(CXX) -I.. -I$(srcdir) -I. -I$(srcdir)/../libev $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(DEBUG) $(XINC) LINK = @LINKER@ $(LDFLAGS) srcdir = @srcdir@ diff --git a/src/ev_cpp.h b/src/ev_cpp.h index 86dbc9aa..016da4c3 100644 --- a/src/ev_cpp.h +++ b/src/ev_cpp.h @@ -1,4 +1,6 @@ #define EV_USE_POLL 0 #define EV_MULTIPLICITY 0 #define EV_PERIODICS 0 +#define EV_CONFIG_H + #include "ev++.h"