summaryrefslogtreecommitdiff
path: root/hw/xfree86/int10
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-07-13 22:09:52 +0000
committerAdam Jackson <ajax@nwnk.net>2005-07-13 22:09:52 +0000
commit4f9e76ed6a61b414ffc94550727a138c3f73996f (patch)
tree430cd1e8f11ea491731ba87542b20b3cdddcfc8d /hw/xfree86/int10
parent40ad7321f5d8d216523d575c4414736d8cfe9e88 (diff)
Dear libtool: Loadable modules do not need version numbers. kthnxbye.
Diffstat (limited to 'hw/xfree86/int10')
-rw-r--r--hw/xfree86/int10/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xfree86/int10/Makefile.am b/hw/xfree86/int10/Makefile.am
index 65e24c548..9680981c8 100644
--- a/hw/xfree86/int10/Makefile.am
+++ b/hw/xfree86/int10/Makefile.am
@@ -2,6 +2,8 @@ module_LTLIBRARIES = libint10.la
sdk_HEADERS = xf86int10.h
+libint10_la_LDFLAGS = -avoid-version
+
if INT10_VM86
AM_CFLAGS = -D_PC -D_VM86_LINUX $(XORG_CFLAGS)
INCLUDES = $(XORG_INCS)