[build] Define builddir in Makefile.am
commit5e999a7441b4a08daa8e5346e01ec028202f4a5b
authorNicola Fontana <nicola@localhost.localdomain>
Thu, 18 Feb 2010 23:58:14 +0000 (19 00:58 +0100)
committerNicola Fontana <ntd@entidi.it>
Fri, 19 Feb 2010 22:52:22 +0000 (19 23:52 +0100)
tree5fbabd9784680d4ad8a43d4e7925dbd7ffda96e2
parentec8076e18111b23af48ac267a3e2afa1a2fb0796
[build] Define builddir in Makefile.am

adg/Makefile.am requires $(builddir) to be defined in order to properly
generate the files, otherwise will try to work in the root directory.

automake (at least version 1.9.6) does not define this variable so it
is now always define in Makefile.am.
adg/Makefile.am