Skip to content

Commit

Permalink
Added auxprop.cpp to libauthentication sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
karya0 committed Jan 5, 2015
1 parent 395e320 commit 12ff6cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ libtestisolator_la_LDFLAGS = -release $(PACKAGE_VERSION) -shared
# TODO(tillt): Enable optional building of this module library.
# TODO(tillt): Make this module library installable. See MESOS-1940.
lib_LTLIBRARIES += libtestauthentication.la
libtestauthentication_la_SOURCES = authentication/test_authentication_modules.cpp
libtestauthentication_la_SOURCES = authentication/test_authentication_modules.cpp \
authentication/cram_md5/auxprop.cpp
libtestauthentication_la_CPPFLAGS = $(MESOS_CPPFLAGS)
libtestauthentication_la_LDFLAGS = -release $(PACKAGE_VERSION) -shared

Expand Down
4 changes: 2 additions & 2 deletions authentication/cram_md5/auxprop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
* limitations under the License.
*/

#include "authentication/cram_md5/auxprop.hpp"
#include <glog/logging.h> // Includes LOG(*), PLOG(*), CHECK, etc.

#include "logging/logging.hpp"
#include "authentication/cram_md5/auxprop.hpp"

using std::list;
using std::string;
Expand Down

0 comments on commit 12ff6cb

Please sign in to comment.