snapper_LDADD = ../snapper/libsnapper.la utils/libutils.la ../dbus/libdbus.la
-if ENABLE_ROLLBACK
+libexecdir = /usr/lib/snapper
-sbin_PROGRAMS = mksubvolume
+libexec_PROGRAMS = systemd-helper
-mksubvolume_SOURCES = \
- mksubvolume.cc
-
-mksubvolume_LDADD = ../snapper/libsnapper.la utils/libutils.la
+systemd_helper_SOURCES = \
+ systemd-helper.cc \
+ types.cc types.h \
+ commands.cc commands.h \
+ cleanup.cc cleanup.h \
+ misc.cc misc.h \
+ errors.cc errors.h
-endif
+systemd_helper_LDADD = ../snapper/libsnapper.la utils/libutils.la ../dbus/libdbus.la
-libexecdir = /usr/lib/snapper
+if ENABLE_BTRFS
-libexec_PROGRAMS = installation-helper systemd-helper
+libexec_PROGRAMS += installation-helper
installation_helper_SOURCES = \
installation-helper.cc \
installation_helper_LDADD = ../snapper/libsnapper.la utils/libutils.la
-systemd_helper_SOURCES = \
- systemd-helper.cc \
- types.cc types.h \
- commands.cc commands.h \
- cleanup.cc cleanup.h \
- misc.cc misc.h \
- errors.cc errors.h
+if ENABLE_ROLLBACK
-systemd_helper_LDADD = ../snapper/libsnapper.la utils/libutils.la ../dbus/libdbus.la
+sbin_PROGRAMS = mksubvolume
+
+mksubvolume_SOURCES = \
+ mksubvolume.cc
+
+mksubvolume_LDADD = ../snapper/libsnapper.la utils/libutils.la
+
+endif
+
+endif
+-------------------------------------------------------------------
+Wed Oct 14 13:52:10 CEST 2015 - aschnell@suse.com
+
+- added conditional compilation of installation-helper
+ (gh#openSUSE/snapper#202)
+
-------------------------------------------------------------------
Tue Sep 22 16:51:23 CEST 2015 - aschnell@suse.com