eio: Fix out srcdir != builddir build for make distcheck

This should fix the buildbot problem during make distcheck

SVN revision: 72950
This commit is contained in:
Stefan Schmidt 2012-06-27 15:12:58 +00:00
parent 403fcf96ff
commit 1d6a1a8130
1 changed files with 1 additions and 1 deletions

View File

@ -29,4 +29,4 @@ doc:
endif
EXTRA_DIST = $(srcdir)/Doxyfile $(wildcard $(srcdir)/img/*.*) $(srcdir)/e.css $(srcdir)/head.html $(srcdir)/foot.html
EXTRA_DIST = $(builddir)/Doxyfile $(wildcard $(srcdir)/img/*.*) $(srcdir)/e.css $(srcdir)/head.html $(srcdir)/foot.html