diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-09 17:10:38 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-09 17:10:38 +0100 |
commit | 0b40e7802798dfde3ac6cc5f24dd1f20e03b8fb5 (patch) | |
tree | 5432c78f60995d29d1b4f5567ed45465c5ad1304 /src/util/Makefile.am | |
parent | ba38579c08664d4e75768f19fd639d1fa9470863 (diff) |
stop exporting microhttpd_lib API
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r-- | src/util/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index f935802a6..b74e90da9 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -7,7 +7,6 @@ libtalerutil_la_SOURCES = \ util.c \ json.c \ db.c \ - microhttpd.c \ rsa.c libtalerutil_la_LIBADD = \ |