[Nouveau] [PATCH nouveau] Don't install libtool .la files (#4898)
Jesse Adkins
jesserayadkins at gmail.com
Fri Nov 19 15:03:10 PST 2010
Signed-off-by: Jesse Adkins <jesserayadkins at gmail.com>
---
Makefile.am | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 011c574..85600ff 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,3 +28,7 @@ CLEANFILES = ChangeLog
ChangeLog: FORCE
git log > ChangeLog
FORCE:
+
+# We don't want libtool's .la, so remove it.
+install-data-hook:
+ rm -f $(moduledir)/nouveau_drv.la
--
1.7.1
More information about the Nouveau
mailing list