2008-05-16 Tomas Frydrych <tf@openedhand.com>

* clutter/glx/Makefile.am:
	    * clutter/x11/Makefile.am:
	    Install glx and x11 specific includes into clutter/glx and
	    clutter/x11 so that header files that include glx/*.h or x11/*.h
	    when installed.
This commit is contained in:
Tomas Frydrych 2008-05-16 10:50:29 +00:00
parent bfaacb10bf
commit 889222f7d5
3 changed files with 55 additions and 47 deletions

View File

@ -1,3 +1,11 @@
2008-05-16 Tomas Frydrych <tf@openedhand.com>
* clutter/glx/Makefile.am:
* clutter/x11/Makefile.am:
Install glx and x11 specific includes into clutter/glx and
clutter/x11 so that header files that include glx/*.h or x11/*.h
when installed.
2008-05-16 Neil Roberts <neil@o-hand.com> 2008-05-16 Neil Roberts <neil@o-hand.com>
* clutter/win32/clutter-event-win32.c (message_translate): Fix * clutter/win32/clutter-event-win32.c (message_translate): Fix

View File

@ -1,4 +1,4 @@
libclutter_glx_includedir = $(includedir)/clutter-@CLUTTER_API_VERSION@/clutter libclutter_glx_includedir = $(includedir)/clutter-@CLUTTER_API_VERSION@/clutter/glx
libclutter_glx_include_HEADERS = clutter-glx.h clutter-glx-texture-pixmap.h libclutter_glx_include_HEADERS = clutter-glx.h clutter-glx-texture-pixmap.h
INCLUDES = \ INCLUDES = \

View File

@ -1,4 +1,4 @@
libclutter_x11_includedir = $(includedir)/clutter-@CLUTTER_API_VERSION@/clutter libclutter_x11_includedir = $(includedir)/clutter-@CLUTTER_API_VERSION@/clutter/x11
libclutter_x11_include_HEADERS = clutter-x11.h \ libclutter_x11_include_HEADERS = clutter-x11.h \
clutter-x11-texture-pixmap.h clutter-x11-texture-pixmap.h