diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-12-02 09:43:04 +0100 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-12-02 09:43:04 +0100 |
commit | 50c476877e2fdbf6e97259e7790b0c42e0ddd487 (patch) | |
tree | 6ed4e5b26d23d1d03f259bd72f02ce8737e2f4a4 /Makefile.am | |
parent | 56b43dab7ff80acc4cd0e7ad3057abd5e6bad680 (diff) |
migrate to GNUNET_assert
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 9b80791..b4f41d1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,8 +10,7 @@ libbrandt_la_SOURCES = \ fp_priv.c \ fp_pub.c \ mp_priv.c \ - mp_pub.c \ - util.c + mp_pub.c libbrandt_la_LIBADD = \ -lgcrypt -lgpg-error -lgnunetutil |