commit: | ef7df9a9504f31e579936ef36032fdf5aca52921 |
author: | mrmekon |
committer: | mrmekon |
date: | Mon Nov 14 12:19:25 2011 -0500 |
parents: | a9e3c0ea58f801994f0e0293e9b738c352c4bb20 |
diff --git a/Makefile.am b/Makefile.am line changes: +1/-1 index af1f94f..4de7341 --- a/Makefile.am +++ b/Makefile.am
@@ -13,7 +13,7 @@ libsimplepgp_la_SOURCES = \ installcheck-local: make -C examples/01_decrypt - pushd `pwd`/examples/01_decrypt ;\ + pushd "`pwd`/examples/01_decrypt" ;\ ./decrypt ;\ popd
diff --git a/README b/README line changes: +3/-0 index 0318471..8e69ea1 --- a/README +++ b/README
@@ -31,6 +31,9 @@ Known limitations: Build for desktop with included autoconf script: # ./configure && make && make install + +Build and run example: + # make installcheck Build static iOS library with Xcode or command-line: # make ios