diff --git a/bin/plugins/Makefile.in b/bin/plugins/Makefile.in index c6c8a915ad..0e061e7796 100644 --- a/bin/plugins/Makefile.in +++ b/bin/plugins/Makefile.in @@ -59,14 +59,14 @@ clean distclean:: rm -f ${TARGETS} ${OBJS} installdirs: - $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${libdir} + $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${plugindir} $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man8 install:: filter-aaaa.@SO@ installdirs ${LIBTOOL_MODE_INSTALL} ${INSTALL_LIBRARY} filter-aaaa.@SO@ \ - ${DESTDIR}${libdir} + ${DESTDIR}${plugindir} ${INSTALL_DATA} ${srcdir}/filter-aaaa.8 ${DESTDIR}${mandir}/man8 uninstall:: - ${LIBTOOL_MODE_UNINSTALL} rm -f ${DESTDIR}${libdir}/filter-aaaa.@SO@ + ${LIBTOOL_MODE_UNINSTALL} rm -f ${DESTDIR}${plugindir}/filter-aaaa.@SO@ rm -f ${DESTDIR}${mandir}/man8/filter-aaaa.8 diff --git a/make/rules.in b/make/rules.in index 5cc4a4e67d..8039856489 100644 --- a/make/rules.in +++ b/make/rules.in @@ -28,6 +28,8 @@ localstatedir = @localstatedir@ mandir = @mandir@ datarootdir = @datarootdir@ +plugindir = ${libdir}/named + DESTDIR = @SET_MAKE@