summaryrefslogtreecommitdiff
path: root/hw/xfree86/fbdevhw
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/fbdevhw
parent40ad7321f5d8d216523d575c4414736d8cfe9e88 (diff)
Dear libtool: Loadable modules do not need version numbers. kthnxbye.
Diffstat (limited to 'hw/xfree86/fbdevhw')
-rw-r--r--hw/xfree86/fbdevhw/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xfree86/fbdevhw/Makefile.am b/hw/xfree86/fbdevhw/Makefile.am
index a3283290c..651cfd673 100644
--- a/hw/xfree86/fbdevhw/Makefile.am
+++ b/hw/xfree86/fbdevhw/Makefile.am
@@ -1,5 +1,7 @@
module_LTLIBRARIES = libfbdevhw.la
+libfbdevhw_la_LDFLAGS = -avoid-version
+
#if FBDEVHW
libfbdevhw_la_SOURCES = fbdevhw.c
#else