From: Damir Tomic Date: Wed, 17 Jun 2015 09:03:42 +0000 (+0200) Subject: g_kodDatabase.cpp: X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23bb46ece94bc33ca2f78b4dc1893145888de1ee;p=thirdparty%2Fntp.git g_kodDatabase.cpp: Rename: sntp/tests/kodDatabase.cpp -> sntp/tests/g_kodDatabase.cpp g_networking.cpp: Rename: sntp/tests/networking.cpp -> sntp/tests/g_networking.cpp Makefile.am: renamed *.cpp files to g_*.cpp bk: 558137eeNvZjHbyoy2JrAF2qVLX-uQ --- diff --git a/sntp/tests/Makefile.am b/sntp/tests/Makefile.am index 3c32047c2..a1ecab98c 100644 --- a/sntp/tests/Makefile.am +++ b/sntp/tests/Makefile.am @@ -27,9 +27,9 @@ tests_SOURCES = \ $(base_SOURCES) \ crypto.cpp \ keyFile.cpp \ - kodDatabase.cpp \ + g_kodDatabase.cpp \ kodFile.cpp \ - networking.cpp \ + g_networking.cpp \ packetHandling.cpp \ packetProcessing.cpp \ utilities.cpp \ diff --git a/sntp/tests/kodDatabase.cpp b/sntp/tests/g_kodDatabase.cpp similarity index 100% rename from sntp/tests/kodDatabase.cpp rename to sntp/tests/g_kodDatabase.cpp diff --git a/sntp/tests/networking.cpp b/sntp/tests/g_networking.cpp similarity index 100% rename from sntp/tests/networking.cpp rename to sntp/tests/g_networking.cpp