From: Martin Vidner Date: Mon, 11 Nov 2019 15:07:45 +0000 (+0100) Subject: Honor --disable-zypp by not building the plugin X-Git-Tag: v0.8.7^2~25 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=0fa9b844cd2fdbe25942732850907fe76a29ace4;p=thirdparty%2Fsnapper.git Honor --disable-zypp by not building the plugin --- diff --git a/zypp-plugin/Makefile.am b/zypp-plugin/Makefile.am index ac95c42c..90117392 100644 --- a/zypp-plugin/Makefile.am +++ b/zypp-plugin/Makefile.am @@ -1,3 +1,5 @@ +if HAVE_ZYPP + plugindir = /usr/lib/zypp/plugins/commit plugin_PROGRAMS = snapper-zypp-plugin @@ -12,3 +14,5 @@ snapper_zypp_plugin_LDFLAGS = \ ../snapper/libsnapper.la \ ../dbus/libdbus.la \ -lboost_regex + +endif \ No newline at end of file