diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2475b6e..57c3a7b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -84,6 +84,9 @@ endif if BUILD_XVMC pkgconfig_DATA += xcb-xvmc.pc endif +if BUILD_GE +pkgconfig_DATA += xcb-ge.pc +endif AM_TESTS_ENVIRONMENT = \ |