Don't put a version number on the module filename.

This commit is contained in:
Eric Anholt 2005-09-15 04:07:19 +00:00
parent 0888ad3874
commit 25a0ecdc18
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-09-14 Eric Anholt <anholt@FreeBSD.org>
* hw/xfree86/xf8_32bpp/Makefile.am:
Don't put a version number on the module filename.
2005-09-14 Eric Anholt <anholt@FreeBSD.org>
* configure.ac:

View File

@ -3,8 +3,11 @@ module_LTLIBRARIES = libxf8_32bpp.la
sdk_HEADERS = cfb8_32.h
INCLUDES = $(XORG_INCS) -I$(top_srcdir)/mfb -I$(top_srcdir)/cfb
AM_CFLAGS = $(XORG_CFLAGS)
libxf8_32bpp_la_LDFLAGS = -avoid-version
libxf8_32bpp_la_SOURCES = \
cfbbstore.c \
cfbcpyarea.c \