mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 11:32:04 +00:00
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:
parent
bfaacb10bf
commit
889222f7d5
@ -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
|
||||||
|
@ -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 = \
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user