author | Michael Krelin <hacker@klever.net> | 2008-03-07 19:44:57 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2008-03-07 19:44:57 (UTC) |
commit | f56409b28ff418a5317743ad01821609881cd664 (patch) (side-by-side diff) | |
tree | 6e4358e66e93d5c6c3fb159fe2e6ecbc8b6e1c31 | |
parent | 748a2a29a5667f372bf355ed737208a952ff79f0 (diff) | |
download | libopkele-f56409b28ff418a5317743ad01821609881cd664.zip libopkele-f56409b28ff418a5317743ad01821609881cd664.tar.gz libopkele-f56409b28ff418a5317743ad01821609881cd664.tar.bz2 |
install opkele/curl.h wrapper header
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | include/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index b41e6cc..2ae510d 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -21,11 +21,12 @@ nobase_include_HEADERS = \ 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 |