diff options
author | lurchi <lurchi@strangeplace.net> | 2018-06-25 18:38:13 +0200 |
---|---|---|
committer | lurchi <lurchi@strangeplace.net> | 2018-06-25 18:38:27 +0200 |
commit | a4186fc2fd00b3fe2899bffcdbbbf8fead31115f (patch) | |
tree | d70c5939cc99d43e29ce63a4faa9ef334de0c81d /src/pt | |
parent | 7da98cf076e9c5101244dfbbf8c3ddff045d298e (diff) |
Revert "integrate dnsparser and dnsstub and tun with libgnunetutil"
This reverts commit 7da98cf076e9c5101244dfbbf8c3ddff045d298e.
Diffstat (limited to 'src/pt')
-rw-r--r-- | src/pt/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pt/Makefile.am b/src/pt/Makefile.am index 188387c0c..e36630ae4 100644 --- a/src/pt/Makefile.am +++ b/src/pt/Makefile.am @@ -28,6 +28,7 @@ gnunet_daemon_pt_LDADD = \ $(top_builddir)/src/cadet/libgnunetcadet.la \ $(top_builddir)/src/dht/libgnunetdht.la \ $(top_builddir)/src/dns/libgnunetdns.la \ + $(top_builddir)/src/dns/libgnunetdnsparser.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) |