mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-07 01:38:38 +02:00
[doc] Don't include *.h as sources
No idea why this was done initially but other projects I checked did not do it.
This commit is contained in:
parent
d878924cf8
commit
c73f58e3a7
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ DOC_SOURCE_DIR=../../src
|
|||
|
||||
# Used for dependencies
|
||||
HFILE_GLOB=$(top_srcdir)/src/cairo-*.h
|
||||
CFILE_GLOB=$(top_srcdir)/src/cairo-*.c $(top_srcdir)/src/cairo-*.h
|
||||
CFILE_GLOB=$(top_srcdir)/src/cairo-*.c
|
||||
|
||||
include $(top_srcdir)/src/Makefile.am.config
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue