diff options
author | Roland Scheidegger <zak@linux-x.site.my> | 2008-10-04 16:02:08 +0200 |
---|---|---|
committer | Roland Scheidegger <zak@linux-x.site.my> | 2008-10-04 16:02:08 +0200 |
commit | ea5cfe804e112f320f14ad896c7802d53551d3e6 (patch) | |
tree | 47c66e7d1a7a1347450d6d8c058ff3362d390994 | |
parent | da2ab45e3ee85f164b5430a4d0c5d60cdf71a5ec (diff) |
fix compilation (upper/lower case typo)
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 646d71a..6c410db 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -37,7 +37,7 @@ OS_SOURCES = bsd_mouse.c hurd_mouse.c lnx_mouse.c sun_mouse.c mouse.h \ pnp.c \ mousePriv.h \ - xf86OSMouse.h \ + xf86OSmouse.h \ @OS_MOUSE_NAME@_mouse.c EXTRA_DIST = $(OS_SOURCES) |