diff options
| author | Werner Koch <[email protected]> | 2025-05-23 15:06:53 +0200 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2025-05-23 15:06:53 +0200 |
| commit | d7267db472a4e4f65c8139f68d9d976c64b79636 (patch) | |
| tree | df7c138135c849774ed3f1a3d09aa7be7062781c /src/Makefile.am | |
| parent | Treat empty algorithm the same way as unset algorithm (diff) | |
| download | gpgme-d7267db472a4e4f65c8139f68d9d976c64b79636.tar.gz gpgme-d7267db472a4e4f65c8139f68d9d976c64b79636.zip | |
Refactor gpgme-json for future re-use.
* src/gpgme-json.c: Factor large chunks of code out to ...
* src/json-core.c: new file and ...
* src/json-util.c: new file and ...
* src/json-common.h: new file.
* src/Makefile.am (gpgme_json_SOURCES): Add new files.
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 50f4bb4f..edc239b4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -109,7 +109,8 @@ AM_CFLAGS = @LIBASSUAN_CFLAGS@ @GPG_ERROR_CFLAGS@ @GLIB_CFLAGS@ gpgme_tool_SOURCES = gpgme-tool.c argparse.c argparse.h gpgme_tool_LDADD = libgpgme.la @LIBASSUAN_LIBS@ @GPG_ERROR_LIBS@ -gpgme_json_SOURCES = gpgme-json.c cJSON.c cJSON.h +gpgme_json_SOURCES = gpgme-json.c json-core.c json-util.c \ + json-common.h cJSON.c cJSON.h gpgme_json_LDADD = -lm libgpgme.la $(GPG_ERROR_LIBS) |
