diff --git a/Makefile.am b/Makefile.am index b174056..6323184 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,7 +74,7 @@ endif if !HAVE_CLOCK_GETTIME if HOST_DARWIN -libcompat_la_SOURCES += compat/mach-clock_gettime.c +libcompat_la_SOURCES += compat/clock_gettime_osx.c endif endif diff --git a/compat/mach-clock_gettime.c b/compat/clock_gettime_osx.c similarity index 100% rename from compat/mach-clock_gettime.c rename to compat/clock_gettime_osx.c