Don't put a version number on the module filename.
This commit is contained in:
parent
0888ad3874
commit
25a0ecdc18
|
@ -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>
|
2005-09-14 Eric Anholt <anholt@FreeBSD.org>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -3,8 +3,11 @@ module_LTLIBRARIES = libxf8_32bpp.la
|
||||||
sdk_HEADERS = cfb8_32.h
|
sdk_HEADERS = cfb8_32.h
|
||||||
|
|
||||||
INCLUDES = $(XORG_INCS) -I$(top_srcdir)/mfb -I$(top_srcdir)/cfb
|
INCLUDES = $(XORG_INCS) -I$(top_srcdir)/mfb -I$(top_srcdir)/cfb
|
||||||
|
|
||||||
AM_CFLAGS = $(XORG_CFLAGS)
|
AM_CFLAGS = $(XORG_CFLAGS)
|
||||||
|
|
||||||
|
libxf8_32bpp_la_LDFLAGS = -avoid-version
|
||||||
|
|
||||||
libxf8_32bpp_la_SOURCES = \
|
libxf8_32bpp_la_SOURCES = \
|
||||||
cfbbstore.c \
|
cfbbstore.c \
|
||||||
cfbcpyarea.c \
|
cfbcpyarea.c \
|
||||||
|
|
Loading…
Reference in New Issue