diff options
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 |