From 50c8ae8a5379a3aa6312edae6bb083936eaa43a6 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Mon, 8 Mar 2010 09:44:25 +0100 Subject: Add OpenGL extensions (v3) and generic implementation with TFP and FBO. --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 459660b..e75a2db 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,10 +32,13 @@ endif pcfiles = libva.pc pcfiles += libva-x11.pc +if USE_GLX +pcfiles += libva-glx.pc +endif pkgconfigdir = @pkgconfigdir@ pkgconfig_DATA = $(pcfiles) -EXTRA_DIST = libva.pc.in libva-x11.pc.in +EXTRA_DIST = libva.pc.in libva-x11.pc.in libva-glx.pc.in CLEANFILES = $(pcfiles) -- cgit v1.2.1