mirror of
https://github.com/brl/mutter.git
synced 2025-01-11 04:02:36 +00:00
build: Add missing Mir includes for gtk-doc
If we don't specify the files, gtk-doc won't find the symbols even if they are documented.
This commit is contained in:
parent
1912f28063
commit
34b03aebaf
@ -59,6 +59,7 @@ CFILE_GLOB = \
|
||||
$(top_srcdir)/clutter/cex100/*.c \
|
||||
$(top_srcdir)/clutter/egl/*.c \
|
||||
$(top_srcdir)/clutter/wayland/*.c \
|
||||
$(top_srcdir)/clutter/mir/*.c \
|
||||
$(top_srcdir)/clutter/deprecated/*.c
|
||||
|
||||
# Header files to ignore when scanning.
|
||||
@ -122,7 +123,8 @@ EXTRA_HFILES = \
|
||||
$(top_srcdir)/clutter/gdk/clutter-gdk.h \
|
||||
$(top_srcdir)/clutter/wayland/clutter-wayland.h \
|
||||
$(top_srcdir)/clutter/wayland/clutter-wayland-compositor.h \
|
||||
$(top_srcdir)/clutter/wayland/clutter-wayland-surface.h
|
||||
$(top_srcdir)/clutter/wayland/clutter-wayland-surface.h \
|
||||
$(top_srcdir)/clutter/mir/clutter-mir.h
|
||||
|
||||
# Images to copy into HTML directory.
|
||||
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
|
||||
|
Loading…
Reference in New Issue
Block a user