@ -621,7 +621,7 @@ i3-config-parser.stamp: parser/$(dirstamp) generate-command-parser.pl parser-spe
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
anyevent-i3.stamp: AnyEvent-I3/lib/AnyEvent/I3.pm
|
anyevent-i3.stamp: AnyEvent-I3/lib/AnyEvent/I3.pm
|
||||||
$(AM_V_BUILD) (cd $(top_srcdir)/AnyEvent-I3 && perl Makefile.PL && make)
|
$(AM_V_BUILD) (cp -r $(top_srcdir)/AnyEvent-I3 . && cd AnyEvent-I3 && perl Makefile.PL && make)
|
||||||
$(AM_V_at) touch $@
|
$(AM_V_at) touch $@
|
||||||
|
|
||||||
CLEANFILES = \
|
CLEANFILES = \
|
||||||
|
@ -18,7 +18,7 @@ use Time::HiRes qw(time);
|
|||||||
use IO::Handle;
|
use IO::Handle;
|
||||||
|
|
||||||
# these are shipped with the testsuite
|
# these are shipped with the testsuite
|
||||||
use lib qw(@abs_top_builddir@/testcases/lib @abs_top_srcdir@/testcases/lib @abs_top_srcdir@/AnyEvent-I3/blib/lib);
|
use lib qw(@abs_top_builddir@/testcases/lib @abs_top_srcdir@/testcases/lib @abs_top_builddir@/AnyEvent-I3/blib/lib);
|
||||||
use i3test::Util qw(slurp);
|
use i3test::Util qw(slurp);
|
||||||
use StartXServer;
|
use StartXServer;
|
||||||
use StatusLine;
|
use StatusLine;
|
||||||
|
Reference in New Issue
Block a user