aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2015-09-14 12:52:50 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2015-09-14 12:52:50 +0000
commit215e6b26f3a8cda9e6829f06dcf069606a644e97 (patch)
treede35ae63481bcb792cd3b7e9c29a0da17fbd7fcc /src/gns/Makefile.am
parenta03831ba80b2936e19a4b64f512d557dfa0adf43 (diff)
downloadgnunet-215e6b26f3a8cda9e6829f06dcf069606a644e97.tar.gz
gnunet-215e6b26f3a8cda9e6829f06dcf069606a644e97.zip
- fix install path for plugins
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index d48d6d434..f38aecd0d 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -51,9 +51,6 @@ lib_LTLIBRARIES = \
51 $(DO_W32_NSP) \ 51 $(DO_W32_NSP) \
52 libgnunetgns.la 52 libgnunetgns.la
53 53
54if HAVE_REST
55lib_LTLIBRARIES += libgnunet_plugin_rest_gns.la
56endif
57 54
58if HAVE_MHD 55if HAVE_MHD
59if HAVE_GNUTLS 56if HAVE_GNUTLS
@@ -95,6 +92,10 @@ plugin_LTLIBRARIES = \
95 libgnunet_plugin_gnsrecord_gns.la 92 libgnunet_plugin_gnsrecord_gns.la
96 93
97 94
95if HAVE_REST
96plugin_LTLIBRARIES += libgnunet_plugin_rest_gns.la
97endif
98
98libgnunet_plugin_gnsrecord_gns_la_SOURCES = \ 99libgnunet_plugin_gnsrecord_gns_la_SOURCES = \
99 plugin_gnsrecord_gns.c 100 plugin_gnsrecord_gns.c
100libgnunet_plugin_gnsrecord_gns_la_LIBADD = \ 101libgnunet_plugin_gnsrecord_gns_la_LIBADD = \