summaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-04-12 22:34:56 +0200
committerChristian Grothoff <christian@grothoff.org>2015-04-12 22:34:56 +0200
commit5e8f95c65ed1958d384d107832b5ed2284968f7a (patch)
tree7a26dedd9912f27603d99f171bbdabc021eab806 /src/util/Makefile.am
parent5f2d3295dc513074b127efbe099d859a2596bed5 (diff)
downloadexchange-5e8f95c65ed1958d384d107832b5ed2284968f7a.tar.gz
exchange-5e8f95c65ed1958d384d107832b5ed2284968f7a.tar.bz2
exchange-5e8f95c65ed1958d384d107832b5ed2284968f7a.zip
separate out wireformats logic
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 07c120c50..e57e1c5d2 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -9,7 +9,8 @@ libtalerutil_la_SOURCES = \
crypto.c \
util.c \
json.c \
- os_installation.c
+ os_installation.c \
+ wireformats.c
libtalerutil_la_LIBADD = \
-lgnunetutil \