diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2012-03-18 17:04:47 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2012-03-18 17:04:47 +0100 |
commit | 183215e7cd72474e7a077a1bd8a4db6f9cac60b5 (patch) | |
tree | 66e10dd442f109c709af7500585411113dd0eb80 /src/gudev/docs/Makefile.am | |
parent | 91418155ae9034f466d436c314cd136309bc557d (diff) |
build-sys: place build binaries in the root
Diffstat (limited to 'src/gudev/docs/Makefile.am')
-rw-r--r-- | src/gudev/docs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gudev/docs/Makefile.am b/src/gudev/docs/Makefile.am index 2f0a8cb3eb..cfe696c503 100644 --- a/src/gudev/docs/Makefile.am +++ b/src/gudev/docs/Makefile.am @@ -85,7 +85,7 @@ GTKDOC_CFLAGS = \ GTKDOC_LIBS = \ $(GLIB_LIBS) \ - $(top_builddir)/src/gudev/libgudev-1.0.la + $(top_builddir)/libgudev-1.0.la # This includes the standard gtk-doc make rules, copied by gtkdocize. include $(top_srcdir)/gtk-doc.make |