diff --git a/libgrive/src/bfd/SymbolInfo.cc b/libgrive/src/bfd/SymbolInfo.cc index afd3ba14..aca64978 100644 --- a/libgrive/src/bfd/SymbolInfo.cc +++ b/libgrive/src/bfd/SymbolInfo.cc @@ -17,6 +17,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#define PACKAGE "grive" +#define PACKAGE_VERSION "git" + #include "SymbolInfo.hh" #include "Debug.hh" diff --git a/libgrive/test/util/ConfigTest.hh b/libgrive/test/util/ConfigTest.hh index 636ab8b8..ded4e919 100644 --- a/libgrive/test/util/ConfigTest.hh +++ b/libgrive/test/util/ConfigTest.hh @@ -1,5 +1,5 @@ /* - grive: an GPL program to sync a local directory with Google Drive + grive: a GPL program to sync a local directory with Google Drive Copyright (C) 2012 Wan Wai Ho This program is free software; you can redistribute it and/or @@ -36,9 +36,7 @@ public : CPPUNIT_TEST_SUITE_END(); private : - void TestInitialiseWithPath( ); - void TestInitialiseWithNoPath( ); -} ; + void TestInitialiseWithNoPath( ); + void TestInitialiseWithPath( ); } // end of namespace -