Fixed incorrect location of regin.h in the previous commit

region.h lives in include, not ui
This commit is contained in:
Tomas Frydrych 2010-08-27 10:04:26 +01:00
parent ce53f35974
commit dad1f01c5b

View File

@ -141,7 +141,7 @@ libmutter_private_la_SOURCES= \
include/common.h \ include/common.h \
ui/preview-widget.c \ ui/preview-widget.c \
ui/preview-widget.h \ ui/preview-widget.h \
ui/region.h \ include/region.h \
ui/theme-parser.c \ ui/theme-parser.c \
ui/theme-parser.h \ ui/theme-parser.h \
ui/theme.c \ ui/theme.c \