diff options
author | raveit65 <[email protected]> | 2013-07-29 14:11:52 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-10-21 14:09:51 +0200 |
commit | fa3de86429623e0bc9f4f3418950c15503891125 (patch) | |
tree | e5337de64c8e111a5f42cc037b5a79c664e58eae /doc/reference | |
parent | 2bacc42bb4e3304d3092fb4e9d908269412d5ff9 (diff) | |
download | eom-fa3de86429623e0bc9f4f3418950c15503891125.tar.bz2 eom-fa3de86429623e0bc9f4f3418950c15503891125.tar.xz |
fix make files for automake-1.13
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index a796954..ec25e60 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -83,7 +83,7 @@ expand_content_files= # signals and properties. # e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS) # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib) -INCLUDES= \ +AM_CPPFLAGS= \ -I$(top_srcdir) \ -I$(top_builddir) \ -I$(top_srcdir)/src \ |