aboutsummaryrefslogtreecommitdiff
path: root/src/gnsrecord/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-16 11:58:42 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-16 11:58:42 +0000
commit7848f548f552b3576dc029e276bbe4aeb4e5392c (patch)
tree87f5122378bf7d0701355da0ead63be0b04bdac5 /src/gnsrecord/Makefile.am
parent5b96183f228a540ea7b90c43955f019f86da8340 (diff)
downloadgnunet-7848f548f552b3576dc029e276bbe4aeb4e5392c.tar.gz
gnunet-7848f548f552b3576dc029e276bbe4aeb4e5392c.zip
-define gnsrecord plugin for DNS
Diffstat (limited to 'src/gnsrecord/Makefile.am')
-rw-r--r--src/gnsrecord/Makefile.am15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/gnsrecord/Makefile.am b/src/gnsrecord/Makefile.am
index 185a5312b..2fb859f39 100644
--- a/src/gnsrecord/Makefile.am
+++ b/src/gnsrecord/Makefile.am
@@ -34,6 +34,21 @@ libgnunetgnsrecord_la_LDFLAGS = \
34 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 34 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
35 -version-info 0:0:0 35 -version-info 0:0:0
36 36
37
38plugin_LTLIBRARIES = \
39 libgnunet_plugin_gnsrecord_dns.la
40
41
42libgnunet_plugin_gnsrecord_dns_la_SOURCES = \
43 plugin_gnsrecord_dns.c
44libgnunet_plugin_gnsrecord_dns_la_LIBADD = \
45 $(top_builddir)/src/dns/libgnunetdnsparser.la \
46 $(top_builddir)/src/util/libgnunetutil.la \
47 $(LTLIBINTL)
48libgnunet_plugin_gnsrecord_dns_la_LDFLAGS = \
49 $(GN_PLUGIN_LDFLAGS)
50
51
37EXTRA_DIST = \ 52EXTRA_DIST = \
38 $(check_SCRIPTS) 53 $(check_SCRIPTS)
39 54