Really install region.h as private header

Libmutter-private's preview-widget.h depends on region.h, so that one
needs to be installed as well in order to keep dependees build.

Signed-off-by: Tomas Frydrych <tf@linux.intel.com>
This commit is contained in:
Rob Staudinger 2010-08-27 10:15:22 +02:00 committed by Tomas Frydrych
parent dad1f01c5b
commit 1024eae742

View File

@ -181,7 +181,8 @@ libmutterinclude_base_headers = \
# atomnames.h: macros cause problems for scanning process
libmutterinclude_extra_headers = \
ui/preview-widget.h \
include/atomnames.h
include/atomnames.h \
include/region.h
libmutterinclude_HEADERS = \
$(libmutterinclude_base_headers) \