-rw-r--r-- | include/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index f842bb9..2ae510d 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -20,11 +20,13 @@ nobase_include_HEADERS = \ opkele/iterator.h \ opkele/basic_op.h opkele/verify_op.h \ opkele/util.h \ + opkele/oauth.h opkele/oauth/consumer.h \ + opkele/curl.h \ ${NODIST_HEADERS_} noinst_HEADERS = \ opkele/data.h \ - opkele/curl.h opkele/expat.h opkele/tidy.h \ + opkele/expat.h opkele/tidy.h \ opkele/util-internal.h \ opkele/debug.h \ opkele/discovery.h |