[PATCH wsfb] Don't install libtool .la files (#4898)

Jesse Adkins jesserayadkins at gmail.com
Fri Nov 19 14:59:37 PST 2010


Signed-off-by: Jesse Adkins <jesserayadkins at gmail.com>
---
 Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 29a645e..b7b61f0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,3 +31,6 @@ ChangeLog:
 
 dist-hook: ChangeLog INSTALL
 
+# We don't want libtool's .la, so remove it.
+install-data-hook:
+	rm -f $(moduledir)/wsfb_drv.la
-- 
1.7.1



More information about the xorg-devel mailing list