author | Michael Krelin <hacker@klever.net> | 2009-12-22 21:41:08 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2009-12-22 21:41:08 (UTC) |
commit | d597166bcf3072e6e0dac58bd1edf2bdd79025b3 (patch) (unidiff) | |
tree | e68f07431d398e4d654dded60bfb560ce192c688 | |
parent | 4efc6b580f285014f5e8d2f1598f98dc375c7604 (diff) | |
download | libopkele-d597166bcf3072e6e0dac58bd1edf2bdd79025b3.zip libopkele-d597166bcf3072e6e0dac58bd1edf2bdd79025b3.tar.gz libopkele-d597166bcf3072e6e0dac58bd1edf2bdd79025b3.tar.bz2 |
added ax/oauth_ext to Makefiles
Signed-off-by: Michael Krelin <hacker@klever.net>
-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 = \ | |||
17 | opkele/util.h \ | 17 | opkele/util.h \ |
18 | opkele/ax.h opkele/oauth_ext.h \ | ||
18 | ${NODIST_HEADERS_} | 19 | ${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 = \ | |||
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 = \ |