]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
g_calendar.cpp:
authorDamir Tomic <viperus@ntp.org>
Sun, 14 Jun 2015 12:22:39 +0000 (12:22 +0000)
committerDamir Tomic <viperus@ntp.org>
Sun, 14 Jun 2015 12:22:39 +0000 (12:22 +0000)
  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

tests/libntp/Makefile.am
tests/libntp/g_calendar.cpp [moved from tests/libntp/calendar.cpp with 100% similarity]

index 962811f9aa95aca36f25335c95704ce20919370e..7b4677a4f66def168a05672a629dfc9ddbe34daf 100644 (file)
@@ -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              \