From: Damir Tomic Date: Sun, 14 Jun 2015 12:22:39 +0000 (+0000) Subject: g_calendar.cpp: X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43d20dae9e0db970e1cdd7bf6ab039c500565751;p=thirdparty%2Fntp.git g_calendar.cpp: Rename: tests/libntp/calendar.cpp -> tests/libntp/g_calendar.cpp Makefile.am: renamed calendar.cpp to g_calendar.cpp, reflecting changes in Makefile.am bk: 557d720fm9fJPvJxOV9ylZ7GpydPyQ --- diff --git a/tests/libntp/Makefile.am b/tests/libntp/Makefile.am index 962811f9a..7b4677a4f 100644 --- a/tests/libntp/Makefile.am +++ b/tests/libntp/Makefile.am @@ -69,7 +69,7 @@ tests_SOURCES = \ g_atouint.cpp \ g_authkeys.cpp \ buftvtots.cpp \ - calendar.cpp \ + g_calendar.cpp \ g_caljulian.cpp \ caltontp.cpp \ g_calyearstart.cpp \ @@ -278,6 +278,7 @@ test_calendar_LDADD = \ $(NULL) + test_modetoa_SOURCES = \ modetoa.c \ run-test-modetoa.c \ diff --git a/tests/libntp/calendar.cpp b/tests/libntp/g_calendar.cpp similarity index 100% rename from tests/libntp/calendar.cpp rename to tests/libntp/g_calendar.cpp