From 254d954c85e2eb3d0f79e18a9abaf5fc4182af74 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Fri, 14 Oct 2011 17:31:24 +0200 Subject: pkgconfig: move files to a specific directory. --- Makefile.am | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f0223e0..97cc0eb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,24 +22,7 @@ AUTOMAKE_OPTIONS = foreign -SUBDIRS = va test +SUBDIRS = va pkgconfig test if BUILD_DUMMY_DRIVER SUBDIRS += dummy_drv_video endif - -pcfiles = libva.pc libva-tpi.pc -pcfiles += libva-x11.pc -if USE_GLX -pcfiles += libva-glx.pc -endif - -if USE_EGL -pcfiles += libva-egl.pc -endif - -pkgconfigdir = @pkgconfigdir@ -pkgconfig_DATA = $(pcfiles) - -EXTRA_DIST = libva.pc.in libva-tpi.pc.in libva-x11.pc.in libva-glx.pc.in libva-egl.pc.in - -CLEANFILES = $(pcfiles) -- cgit v1.2.1