mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 08:30:42 -05:00
build: Use the right headers when enumerating them
The installed _HEADERS should be the public ones and the enumeration types; repeating clutter-x11-texture-pixmap.h breaks with automake 1.11 and doesn't strictly make any sense. http://bugzilla.openedhand.com/show_bug.cgi?id=2002
This commit is contained in:
parent
1370d72a7a
commit
ec0c7fcd9b
@ -52,7 +52,7 @@ libclutter_x11_la_SOURCES = \
|
||||
$(NULL)
|
||||
|
||||
libclutter_x11_includedir = $(includedir)/clutter-@CLUTTER_API_VERSION@/clutter/x11
|
||||
libclutter_x11_include_HEADERS = $(source_h) clutter-x11-texture-pixmap.h
|
||||
libclutter_x11_include_HEADERS = $(source_h) clutter-x11-enum-types.h
|
||||
|
||||
clutter-x11-$(CLUTTER_API_VERSION).pc: clutter-x11.pc
|
||||
@cp -f $< $(@F)
|
||||
|
Loading…
Reference in New Issue
Block a user