-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 | |||
@@ -15,6 +15,7 @@ nobase_include_HEADERS = \ | |||
15 | opkele/iterator.h \ | 15 | opkele/iterator.h \ |
16 | opkele/basic_op.h opkele/verify_op.h \ | 16 | opkele/basic_op.h opkele/verify_op.h \ |
17 | opkele/util.h \ | 17 | opkele/util.h \ |
18 | opkele/ax.h opkele/oauth_ext.h \ | ||
18 | ${NODIST_HEADERS_} | 19 | ${NODIST_HEADERS_} |
19 | 20 | ||
20 | noinst_HEADERS = \ | 21 | 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 = \ | |||
27 | discovery.cc \ | 27 | discovery.cc \ |
28 | basic_rp.cc prequeue_rp.cc \ | 28 | basic_rp.cc prequeue_rp.cc \ |
29 | fields.cc message.cc \ | 29 | fields.cc message.cc \ |
30 | basic_op.cc verify_op.cc | 30 | basic_op.cc verify_op.cc \ |
31 | ax.cc oauth_ext.cc | ||
31 | libopkele_la_LDFLAGS = \ | 32 | libopkele_la_LDFLAGS = \ |
32 | -version-info 3:0:0 | 33 | -version-info 3:0:0 |