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/vgahw | |
parent | 40ad7321f5d8d216523d575c4414736d8cfe9e88 (diff) |
Dear libtool: Loadable modules do not need version numbers. kthnxbye.
Diffstat (limited to 'hw/xfree86/vgahw')
-rw-r--r-- | hw/xfree86/vgahw/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/vgahw/Makefile.am b/hw/xfree86/vgahw/Makefile.am index 5e8c41f49..ff351a839 100644 --- a/hw/xfree86/vgahw/Makefile.am +++ b/hw/xfree86/vgahw/Makefile.am @@ -1,4 +1,5 @@ module_LTLIBRARIES = libvgahw.la +libvgahw_la_LDFLAGS = -avoid-version libvgahw_la_SOURCES = vgaHW.c vgaHWmodule.c INCLUDES = $(XORG_INCS) -I$(srcdir)/../ddc -I$(srcdir)/../i2c AM_CFLAGS = $(XORG_CFLAGS) |