diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2005-12-08 Adam Jackson <ajax@freedesktop.org> + + * src/Makefile.am: + Re-fix for #4588, this one actually works. + 2005-12-06 Kevin E. Martin <kem-at-freedesktop-dot-org> * man/Makefile.am: diff --git a/src/Makefile.am b/src/Makefile.am index 1f2fca5..a77c251 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -36,7 +36,7 @@ AM_CFLAGS = @XORG_CFLAGS@ chips_drv_la_LTLIBRARIES = chips_drv.la chips_drv_la_LDFLAGS = -module -avoid-version chips_drv_ladir = @moduledir@/drivers -chips_drv_LIBADD = $(noinst_LTLIBRARIES) +chips_drv_la_LIBADD = $(noinst_LTLIBRARIES) chips_drv_la_SOURCES = \ ct_accel.c \ |