diff options
author | Kay Sievers <kay@vrfy.org> | 2012-04-17 18:42:09 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-04-17 18:42:09 +0200 |
commit | 018ef268b1667ba0dbfc15804ab33deed6092147 (patch) | |
tree | c700a2aaab583ed1b90abb553c9bcffd142ca07e /docs/gudev/Makefile.am | |
parent | 80a5cbace45a6adbf2f9119edc5a4b10db493064 (diff) |
silence a bunch of gcc warnings
Diffstat (limited to 'docs/gudev/Makefile.am')
-rw-r--r-- | docs/gudev/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gudev/Makefile.am b/docs/gudev/Makefile.am index f2e953247a..5c82167471 100644 --- a/docs/gudev/Makefile.am +++ b/docs/gudev/Makefile.am @@ -21,7 +21,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml # gtk-doc will search all .c & .h files beneath here for inline comments # documenting the functions and macros. # e.g. DOC_SOURCE_DIR=../../../gtk -DOC_SOURCE_DIR=$(top_srcdir)/src/gudev +DOC_SOURCE_DIR=$(top_srcdir)/src/gudev $(top_builddir)/src/gudev # Extra options to pass to gtkdoc-scangobj. Not normally needed. SCANGOBJ_OPTIONS= |