summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2014-07-23 15:41:29 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2014-07-23 16:02:47 +0100
commit4ed0937640b54246440421114b697f75d1b8c835 (patch)
treeb85a8e35804f1eee9b35a1966c20cdb182fd3e34 /src
parentdcf9ce4a9f16c01f58797e4f899d51e23506aa6c (diff)
downloadxf86-video-intel-4ed0937640b54246440421114b697f75d1b8c835.tar.gz
xf86-video-intel-4ed0937640b54246440421114b697f75d1b8c835.tar.bz2
xf86-video-intel-4ed0937640b54246440421114b697f75d1b8c835.zip
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 'src')
-rw-r--r--src/sna/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sna/Makefile.am b/src/sna/Makefile.am
index a299ea2e3..7ec1c362e 100644
--- a/src/sna/Makefile.am
+++ b/src/sna/Makefile.am
@@ -35,7 +35,7 @@ endif
noinst_LTLIBRARIES = libsna.la
libsna_la_LDFLAGS = -pthread
-libsna_la_LIBADD = $(UDEV_LIBS) -lm $(DRM_LIBS) brw/libbrw.la fb/libfb.la
+libsna_la_LIBADD = $(UDEV_LIBS) -lm $(DRM_LIBS) brw/libbrw.la fb/libfb.la ../../libobj/libcompat.la
libsna_la_SOURCES = \
atomic.h \