X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=e9124892b18b2357efd51229271574776f715a0a;hb=74f552c1b39eb6a1ab64451477a492a2b22d9d7a;hp=1cb3d9a7bc95386db58f0e46502788a713d38bbc;hpb=cca607409068ad0948e7283fb8d0465cabc51686;p=free-sw%2Fxcb%2Flibxcb diff --git a/Makefile.am b/Makefile.am index 1cb3d9a..e912489 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS=-I m4 -SUBDIRS=src tests doc +SUBDIRS=src tests doc man pkgconfigdir = $(libdir)/pkgconfig @@ -86,8 +86,14 @@ pkgconfig_DATA += xcb-xvmc.pc endif +AM_TESTS_ENVIRONMENT = \ + AM_SRCDIR=${srcdir} + +TESTS=check-pc-requires + EXTRA_DIST = \ tools/README \ tools/api_conv.pl \ tools/constants \ -autogen.sh +autogen.sh \ +$(TESTS)