*.lo
*.la
snapper
-systemd-helper
-installation-helper
# Makefile.am for snapper/client
#
-SUBDIRS = utils proxy mksubvolume
+SUBDIRS = utils proxy mksubvolume installation-helper systemd-helper
AM_CPPFLAGS = -I$(top_srcdir) $(DBUS_CFLAGS)
utils/libutils.la \
../dbus/libdbus.la \
$(JSON_C_LIBS)
-
-libexecdir = /usr/lib/snapper
-
-libexec_PROGRAMS = systemd-helper
-
-systemd_helper_SOURCES = \
- systemd-helper.cc \
- cleanup.cc cleanup.h \
- misc.cc misc.h
-
-systemd_helper_LDADD = \
- proxy/libproxy.la \
- proxy/libclient.la \
- ../snapper/libsnapper.la \
- utils/libutils.la \
- ../dbus/libdbus.la
-
-if ENABLE_BTRFS
-
-libexec_PROGRAMS += installation-helper
-
-installation_helper_SOURCES = \
- installation-helper.cc \
- misc.cc misc.h
-
-installation_helper_LDADD = ../snapper/libsnapper.la utils/libutils.la
-
-endif
--- /dev/null
+*.o
+*.lo
+*.la
+installation-helper
--- /dev/null
+#
+# Makefile.am for snapper/client/installation-helper
+#
+
+AM_CPPFLAGS = -I$(top_srcdir)
+
+libexecdir = /usr/lib/snapper
+
+if ENABLE_BTRFS
+
+libexec_PROGRAMS = installation-helper
+
+installation_helper_SOURCES = \
+ installation-helper.cc \
+ ../misc.cc ../misc.h
+
+installation_helper_LDADD = \
+ ../../snapper/libsnapper.la \
+ ../utils/libutils.la
+
+endif
#include <snapper/PluginsImpl.h>
#include "snapper/Log.h"
-#include "utils/GetOpts.h"
+#include "../utils/GetOpts.h"
-#include "misc.h"
+#include "../misc.h"
using namespace snapper;
--- /dev/null
+*.o
+*.lo
+*.la
+systemd-helper
--- /dev/null
+#
+# Makefile.am for snapper/client/systemd-helper
+#
+
+AM_CPPFLAGS = -I$(top_srcdir) $(DBUS_CFLAGS)
+
+libexecdir = /usr/lib/snapper
+
+libexec_PROGRAMS = systemd-helper
+
+systemd_helper_SOURCES = \
+ systemd-helper.cc \
+ ../cleanup.cc ../cleanup.h \
+ ../misc.cc ../misc.h
+
+systemd_helper_LDADD = \
+ ../proxy/libproxy.la \
+ ../proxy/libclient.la \
+ ../../snapper/libsnapper.la \
+ ../utils/libutils.la \
+ ../../dbus/libdbus.la
#include <snapper/SystemCmd.h>
#include <snapper/SnapperDefines.h>
-#include "utils/text.h"
-#include "utils/GetOpts.h"
-#include "proxy/proxy.h"
-#include "proxy/errors.h"
+#include "../utils/text.h"
+#include "../utils/GetOpts.h"
+#include "../proxy/proxy.h"
+#include "../proxy/errors.h"
-#include "cleanup.h"
-#include "misc.h"
+#include "../cleanup.h"
+#include "../misc.h"
using namespace snapper;
client/utils/Makefile
client/proxy/Makefile
client/mksubvolume/Makefile
+ client/installation-helper/Makefile
+ client/systemd-helper/Makefile
scripts/Makefile
pam/Makefile
data/Makefile