Add automake magic required for libobj/
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 23 Jul 2014 14:41:29 +0000 (15:41 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 23 Jul 2014 15:02:47 +0000 (16:02 +0100)
commit4ed0937640b54246440421114b697f75d1b8c835
treeb85a8e35804f1eee9b35a1966c20cdb182fd3e34
parentdcf9ce4a9f16c01f58797e4f899d51e23506aa6c
Add automake magic required for libobj/

So libobj/ wasn't included in the tarball, and nor was the compatability
functions being added to the driver when they were needed. The oddity is
that using the ./configure script (and thus make distcheck) succeeds. It
was only when 'autoreconf -fi' was run was the first error encoutered.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reported-by: Tobias Klausmann
Makefile.am
configure.ac
libobj/Makefile.am [new file with mode: 0644]
libobj/ignore.c [new file with mode: 0644]
src/sna/Makefile.am