diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-01-27 15:05:39 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-01-27 15:05:39 +0100 |
commit | 0554fa7691ee495f545a72972d6417db8b2623c2 (patch) | |
tree | 17ba867e724c0ae1c640d53d91b74b2e6a4b85ec /src/wire | |
parent | 7ad6421df8925f485c9c9c080c14823169d452d9 (diff) |
fix syntax issues in Makefile.am
Diffstat (limited to 'src/wire')
-rw-r--r-- | src/wire/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wire/Makefile.am b/src/wire/Makefile.am index fb6f25616..eb2e893fa 100644 --- a/src/wire/Makefile.am +++ b/src/wire/Makefile.am @@ -53,7 +53,7 @@ libtaler_plugin_wire_template_la_LDFLAGS = \ libtalerwire_la_SOURCES = \ wire.c libtalerwire_la_LIBADD = \ - -lgnunetutil + -lgnunetutil \ $(XLIB) libtalerwire_la_LDFLAGS = \ -version-info 0:0:0 \ @@ -75,3 +75,4 @@ test_sepa_wireformat_LDADD = \ -ljansson \ libtalerwire.la \ $(top_builddir)/src/util/libtalerutil.la + |