aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/Makefile.am
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2021-11-13 20:24:14 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2021-11-13 20:24:14 +0100
commit3af9a8c295a1a17adddb2127aa151723cd7c396c (patch)
treed1f7a885e7488077c0d541d7806fa11fb4460d6b /src/messenger/Makefile.am
parent154d13fcb10205edf5fb56c12ac47e65abfec5a6 (diff)
downloadgnunet-3af9a8c295a1a17adddb2127aa151723cd7c396c.tar.gz
gnunet-3af9a8c295a1a17adddb2127aa151723cd7c396c.zip
-add gns record plugin for messenger room entries
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/messenger/Makefile.am')
-rw-r--r--src/messenger/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/messenger/Makefile.am b/src/messenger/Makefile.am
index 3fc532e7e..4be11f3aa 100644
--- a/src/messenger/Makefile.am
+++ b/src/messenger/Makefile.am
@@ -10,6 +10,19 @@ pkgcfgdir= $(pkgdatadir)/config.d/
10 10
11libexecdir= $(pkglibdir)/libexec/ 11libexecdir= $(pkglibdir)/libexec/
12 12
13plugin_LTLIBRARIES = \
14 libgnunet_plugin_gnsrecord_messenger.la
15
16
17libgnunet_plugin_gnsrecord_messenger_la_SOURCES = \
18 plugin_gnsrecord_messenger.c
19libgnunet_plugin_gnsrecord_messenger_la_LIBADD = \
20 $(top_builddir)/src/util/libgnunetutil.la \
21 $(LTLIBINTL)
22libgnunet_plugin_gnsrecord_messenger_la_LDFLAGS = \
23 $(GN_PLUGIN_LDFLAGS)
24
25
13pkgcfg_DATA = \ 26pkgcfg_DATA = \
14 messenger.conf 27 messenger.conf
15 28