aboutsummaryrefslogtreecommitdiff
path: root/src/gnsrecord/Makefile.am
diff options
context:
space:
mode:
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