mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
doc: Include wayland-util.* for doxygen output
This commit creates a shared file list that is included by both the client and the server for the XML Makefile targets, as classes within util are used by both the client and the server.
This commit is contained in:
parent
5197aa30c8
commit
2e3af5e5d7
1 changed files with 6 additions and 0 deletions
|
|
@ -2,11 +2,17 @@
|
|||
noinst_DATA = xml/client/index.xml xml/server/index.xml
|
||||
dist_noinst_DATA = wayland.doxygen.in
|
||||
|
||||
scanned_src_files_shared = \
|
||||
$(top_srcdir)/src/wayland-util.c \
|
||||
$(top_srcdir)/src/wayland-util.h
|
||||
|
||||
scanned_src_files_client = \
|
||||
$(scanned_src_files_shared) \
|
||||
$(top_srcdir)/src/wayland-client.c \
|
||||
$(top_srcdir)/src/wayland-client.h
|
||||
|
||||
scanned_src_files_server = \
|
||||
$(scanned_src_files_shared) \
|
||||
$(top_srcdir)/src/wayland-server.c \
|
||||
$(top_srcdir)/src/wayland-server.h
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue