aboutsummaryrefslogtreecommitdiff
path: root/src/identity/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/identity/Makefile.am
parenta03831ba80b2936e19a4b64f512d557dfa0adf43 (diff)
downloadgnunet-215e6b26f3a8cda9e6829f06dcf069606a644e97.tar.gz
gnunet-215e6b26f3a8cda9e6829f06dcf069606a644e97.zip
- fix install path for plugins
Diffstat (limited to 'src/identity/Makefile.am')
-rw-r--r--src/identity/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/identity/Makefile.am b/src/identity/Makefile.am
index 43dfbd7d7..ae90665e2 100644
--- a/src/identity/Makefile.am
+++ b/src/identity/Makefile.am
@@ -1,7 +1,7 @@
1# This Makefile.am is in the public domain 1# This Makefile.am is in the public domain
2AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
3 3
4 plugindir = $(libdir)/gnunet 4plugindir = $(libdir)/gnunet
5 5
6if MINGW 6if MINGW
7 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 7 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
@@ -20,8 +20,7 @@ pkgcfg_DATA = \
20 identity.conf 20 identity.conf
21 21
22lib_LTLIBRARIES = \ 22lib_LTLIBRARIES = \
23 libgnunetidentity.la \ 23 libgnunetidentity.la
24 libgnunet_plugin_gnsrecord_identity.la
25 24
26libgnunetidentity_la_SOURCES = \ 25libgnunetidentity_la_SOURCES = \
27 identity_api.c \ 26 identity_api.c \
@@ -41,7 +40,9 @@ libexec_PROGRAMS = \
41 gnunet-service-identity 40 gnunet-service-identity
42 41
43if HAVE_REST 42if HAVE_REST
44lib_LTLIBRARIES += libgnunet_plugin_rest_identity.la 43plugin_LTLIBRARIES = \
44 libgnunet_plugin_rest_identity.la \
45 libgnunet_plugin_gnsrecord_identity.la
45endif 46endif
46 47
47 48