[PATCH joystick] Don't install libtool .la files (#4898)
Jesse Adkins
jesserayadkins at gmail.com
Fri Nov 19 14:58:58 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 13946b8..a5e6436 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,3 +34,7 @@ ChangeLog:
$(CHANGELOG_CMD)
dist-hook: ChangeLog INSTALL
+
+# We don't use the .la, so remove it.
+install-data-hook:
+ rm -f $(moduledir)/joystick_drv.la
--
1.7.1
More information about the xorg-devel
mailing list