-rw-r--r-- | include/Makefile.am | 1 | ||||
-rw-r--r-- | lib/Makefile.am | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 4299156..b78fd8e 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -17,2 +17,3 @@ nobase_include_HEADERS = \ opkele/util.h \ + opkele/ax.h opkele/oauth_ext.h \ ${NODIST_HEADERS_} diff --git a/lib/Makefile.am b/lib/Makefile.am index 8610597..5fc1efa 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -29,3 +29,4 @@ libopkele_la_SOURCES = \ fields.cc message.cc \ - basic_op.cc verify_op.cc + basic_op.cc verify_op.cc \ + ax.cc oauth_ext.cc libopkele_la_LDFLAGS = \ |