Files
xf86-video-intel/libobj/Makefile.am
Chris Wilson 4ed0937640 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
2014-07-23 16:02:47 +01:00

4 lines
151 B
Makefile

noinst_LTLIBRARIES = libcompat.la
libcompat_la_SOURCES = ignore.c # for portability, always build something
libcompat_la_LIBADD = $(LIBOBJS) $(ALLOCA)