From d597166bcf3072e6e0dac58bd1edf2bdd79025b3 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Tue, 22 Dec 2009 21:41:08 +0000 Subject: added ax/oauth_ext to Makefiles Signed-off-by: Michael Krelin --- diff --git a/include/Makefile.am b/include/Makefile.am index 4299156..b78fd8e 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -15,6 +15,7 @@ nobase_include_HEADERS = \ opkele/iterator.h \ opkele/basic_op.h opkele/verify_op.h \ opkele/util.h \ + opkele/ax.h opkele/oauth_ext.h \ ${NODIST_HEADERS_} noinst_HEADERS = \ diff --git a/lib/Makefile.am b/lib/Makefile.am index 8610597..5fc1efa 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -27,6 +27,7 @@ libopkele_la_SOURCES = \ discovery.cc \ basic_rp.cc prequeue_rp.cc \ fields.cc message.cc \ - basic_op.cc verify_op.cc + basic_op.cc verify_op.cc \ + ax.cc oauth_ext.cc libopkele_la_LDFLAGS = \ -version-info 3:0:0 -- cgit v0.9.0.2