diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-09-08 15:13:07 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-09-08 15:13:07 -0400 |
commit | 87dfceb9ec4d32077ad7961a6875793dc5d723f1 (patch) | |
tree | 1da7a41a9520891337e439f656be7ccdbab8b1f2 /doc | |
parent | f84e7b6e656678e105171be12ef265ae60e4b1f7 (diff) |
[Makefile.am] Rename INCLUDES to AM_CPPFLAGS
Fixes automake warnings
Diffstat (limited to 'doc')
-rw-r--r-- | doc/public/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/public/Makefile.am b/doc/public/Makefile.am index d2a65e1c..b1d113cc 100644 --- a/doc/public/Makefile.am +++ b/doc/public/Makefile.am @@ -26,11 +26,6 @@ IGNORE_HFILES= \ $(unsupported_cairo_headers) \ $(NULL) -# CFLAGS and LDFLAGS for compiling scan program. Only needed -# if $(DOC_MODULE).types is non-empty. -INCLUDES = -GTKDOC_LIBS = - # Extra options to supply to gtkdoc-mkdb MKDB_OPTIONS=--sgml-mode --output-format=xml |