diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-13 22:09:52 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-13 22:09:52 +0000 |
commit | 4f9e76ed6a61b414ffc94550727a138c3f73996f (patch) | |
tree | 430cd1e8f11ea491731ba87542b20b3cdddcfc8d /hw/xfree86/fbdevhw | |
parent | 40ad7321f5d8d216523d575c4414736d8cfe9e88 (diff) |
Dear libtool: Loadable modules do not need version numbers. kthnxbye.
Diffstat (limited to 'hw/xfree86/fbdevhw')
-rw-r--r-- | hw/xfree86/fbdevhw/Makefile.am | 2 |
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 |