Jesse Adkins
2010-Nov-19 23:03 UTC
[Nouveau] [PATCH nouveau] Don't install libtool .la files (#4898)
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