A patch is attached to fix this problem. It removes the deprecated reference to README.NV1 and properly adds src/nv_rop.h
Thanks, Rico Tzschichholz
From 21f6c1bbb8b566fd75e3687c290cb89ae1cdb8cb Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz <[email protected]> Date: Thu, 1 Apr 2010 20:39:23 +0200 Subject: [PATCH] Fix "make dist" - remove README.NV1 reference from Makefile.am - add nv_rop.h to src/Makefile.am --- Makefile.am | 2 +- src/Makefile.am | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4d17fd0..011c574 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = src man -EXTRA_DIST = README.NV1 ChangeLog +EXTRA_DIST = ChangeLog # Always regenerate the changelog CLEANFILES = ChangeLog diff --git a/src/Makefile.am b/src/Makefile.am index b5f7c86..f3c2c96 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -39,6 +39,7 @@ nouveau_drv_la_SOURCES = \ nv_driver.c \ nv_include.h \ nv_proto.h \ + nv_rop.h \ nv_shadow.c \ nv_type.h \ nv04_exa.c \ -- 1.7.0.1
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Nouveau mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/nouveau
