Skip to content

Commit

Permalink
added ax/oauth_ext to Makefiles
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Krelin <hacker@klever.net>
  • Loading branch information
hacker committed Dec 22, 2009
1 parent 4efc6b5 commit d597166
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions include/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 = \
Expand Down
3 changes: 2 additions & 1 deletion lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d597166

Please sign in to comment.