mirror of
https://github.com/brl/mutter.git
synced 2024-12-25 20:32:16 +00:00
reference: don't look for $(top_srcdir)/cogl/winsys/*.h
There are no headers built under the winsys directory so avoid looking for them since that breaks dist rules.
This commit is contained in:
parent
61d71c0926
commit
607151c717
@ -47,8 +47,7 @@ FIXXREF_OPTIONS=\
|
|||||||
HFILE_GLOB=\
|
HFILE_GLOB=\
|
||||||
$(top_srcdir)/cogl/*.h \
|
$(top_srcdir)/cogl/*.h \
|
||||||
$(top_builddir)/cogl/*.h \
|
$(top_builddir)/cogl/*.h \
|
||||||
$(top_srcdir)/cogl/winsys/*.h \
|
$(top_srcdir)/cogl/winsys/*.h
|
||||||
$(top_builddir)/cogl/winsys/*.h
|
|
||||||
CFILE_GLOB=$(top_srcdir)/cogl/*.c
|
CFILE_GLOB=$(top_srcdir)/cogl/*.c
|
||||||
|
|
||||||
# Header files to ignore when scanning.
|
# Header files to ignore when scanning.
|
||||||
|
Loading…
Reference in New Issue
Block a user