From 215e6b26f3a8cda9e6829f06dcf069606a644e97 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Mon, 14 Sep 2015 12:52:50 +0000 Subject: - fix install path for plugins --- src/identity/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/identity/Makefile.am') 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 @@ # This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include - plugindir = $(libdir)/gnunet +plugindir = $(libdir)/gnunet if MINGW WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols @@ -20,8 +20,7 @@ pkgcfg_DATA = \ identity.conf lib_LTLIBRARIES = \ - libgnunetidentity.la \ - libgnunet_plugin_gnsrecord_identity.la + libgnunetidentity.la libgnunetidentity_la_SOURCES = \ identity_api.c \ @@ -41,7 +40,9 @@ libexec_PROGRAMS = \ gnunet-service-identity if HAVE_REST -lib_LTLIBRARIES += libgnunet_plugin_rest_identity.la +plugin_LTLIBRARIES = \ + libgnunet_plugin_rest_identity.la \ + libgnunet_plugin_gnsrecord_identity.la endif -- cgit v1.2.3