update forgotten srcdir AnyEvent-I3 reference, remove xmacro files

Both oversights in the previous commits.
This commit is contained in:
Michael Stapelberg
2020-05-18 20:38:39 +02:00
parent 7a4354f42a
commit ddebce8a7f
4 changed files with 2 additions and 14 deletions

View File

@ -7,7 +7,7 @@ use Test::Builder;
use X11::XCB::Rect;
use X11::XCB::Window;
use X11::XCB qw(:all);
use lib qw(@abs_top_srcdir@/AnyEvent-I3/blib/lib);
use lib qw(@abs_top_builddir@/AnyEvent-I3/blib/lib);
use AnyEvent::I3;
use List::Util qw(first);
use Time::HiRes qw(sleep);

View File

@ -7,7 +7,7 @@ use v5.10;
use Test::More;
use i3test::Util qw(get_socket_path);
use lib qw(@abs_top_srcdir@/AnyEvent-I3/blib/lib);
use lib qw(@abs_top_builddir@/AnyEvent-I3/blib/lib);
use AnyEvent::I3;
use ExtUtils::PkgConfig;