diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-06-20 15:17:35 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-06-20 15:17:35 +0200 |
commit | 3d660340939a6e4394b8f8ecd53ae7955e47eeae (patch) | |
tree | 208e9841656e97421bb32aaed6f1cf0333bf735f /src/extensions | |
parent | 360382192f2465c66bf61d6100ccc5d9038f57a7 (diff) |
-fix build issues
Diffstat (limited to 'src/extensions')
-rw-r--r-- | src/extensions/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/extensions/Makefile.am b/src/extensions/Makefile.am index 792b7eeb3..5d4ed128e 100644 --- a/src/extensions/Makefile.am +++ b/src/extensions/Makefile.am @@ -25,6 +25,9 @@ libtalerextensions_la_SOURCES = \ extension_age_restriction.c libtalerextensions_la_LIBADD = \ + $(top_builddir)/src/json/libtalerjson.la \ + $(top_builddir)/src/util/libtalerutil.la \ -lgnunetjson \ + -lgnunetutil \ -ljansson \ $(XLIB) |