X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=e9124892b18b2357efd51229271574776f715a0a;hb=74f552c1b39eb6a1ab64451477a492a2b22d9d7a;hp=c9fcf081f6b0cf8b0ece36414ce2f2088617caee;hpb=7a9373078e69b2cb2753570f91e5c31062ba25f8;p=free-sw%2Fxcb%2Flibxcb diff --git a/Makefile.am b/Makefile.am index c9fcf08..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 @@ -24,6 +24,9 @@ endif if BUILD_GLX pkgconfig_DATA += xcb-glx.pc endif +if BUILD_PRESENT +pkgconfig_DATA += xcb-present.pc +endif if BUILD_RANDR pkgconfig_DATA += xcb-randr.pc endif @@ -83,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)