diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-01-25 12:51:04 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-01-25 12:51:04 +0100 |
commit | fc5791353087812db6df374d1e453a387c57550c (patch) | |
tree | 1ce61d6d83e84cf6685878229ec058ac4fe453ff /src/util | |
parent | e5c5dc9cae56bdea02f7661c1c8a8cacfbe99f1c (diff) |
move wireformat test to plugin
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/Makefile.am | 14 | ||||
-rw-r--r-- | src/util/plugin.c | 3 |
2 files changed, 6 insertions, 11 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index eaf3a4827..8efc3987a 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -33,6 +33,7 @@ libtalerutil_la_SOURCES = \ util.c \ json.c \ os_installation.c \ + plugin.c \ wireformats.c libtalerutil_la_LIBADD = \ @@ -48,14 +49,12 @@ libtalerutil_la_LDFLAGS = \ TESTS = \ test_amount \ test_crypto \ - test_json \ - test_wireformats + test_json check_PROGRAMS= \ test_amount \ test_crypto \ - test_json \ - test_wireformats + test_json test_amount_SOURCES = \ @@ -76,10 +75,3 @@ test_json_LDADD = \ -lgnunetutil \ -ljansson \ libtalerutil.la - -test_wireformats_SOURCES = \ - test_wireformats.c -test_wireformats_LDADD = \ - -lgnunetutil \ - -ljansson \ - libtalerutil.la diff --git a/src/util/plugin.c b/src/util/plugin.c index d76dfa781..6f8e03df6 100644 --- a/src/util/plugin.c +++ b/src/util/plugin.c @@ -19,6 +19,9 @@ * @author Christian Grothoff * @author Sree Harsha Totakura <sreeharsha@totakura.in> */ +#include "platform.h" +#include "taler_util.h" +#include <ltdl.h> /** * Libtool search path before we started. |