diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2014-07-23 15:41:29 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2014-07-23 16:02:47 +0100 |
commit | 4ed0937640b54246440421114b697f75d1b8c835 (patch) | |
tree | b85a8e35804f1eee9b35a1966c20cdb182fd3e34 /configure.ac | |
parent | dcf9ce4a9f16c01f58797e4f899d51e23506aa6c (diff) |
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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 280bfc92..fd997fbe 100644 --- a/configure.ac +++ b/configure.ac @@ -839,6 +839,7 @@ AC_DEFINE_DIR([LIBEXEC_PATH], libexecdir, [libexec directory]) AC_CONFIG_FILES([ Makefile man/Makefile + libobj/Makefile src/Makefile src/legacy/Makefile src/legacy/i810/Makefile |