From dc166bf6423f4243ea05f17340ff9ff99ecad74b Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Tue, 7 Oct 2008 11:39:08 -0700 Subject: [PATCH] XQuartz: Fixed EXTRA_DIST for new GL files. (cherry picked from commit a11c9052030b44045f037050a5825256b539ed50) --- hw/xquartz/GL/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hw/xquartz/GL/Makefile.am b/hw/xquartz/GL/Makefile.am index c528d2a78..8f4478fec 100644 --- a/hw/xquartz/GL/Makefile.am +++ b/hw/xquartz/GL/Makefile.am @@ -13,3 +13,7 @@ libCGLCore_la_SOURCES = \ indirect.c \ capabilities.c \ visualConfigs.c + +EXTRA_DIST = \ + capabilities.h \ + visualConfigs.h