snapper
systemd-helper
installation-helper
-mksubvolume
# Makefile.am for snapper/client
#
-SUBDIRS = utils proxy
+SUBDIRS = utils proxy mksubvolume
AM_CPPFLAGS = -I$(top_srcdir) $(DBUS_CFLAGS)
installation_helper_LDADD = ../snapper/libsnapper.la utils/libutils.la
-if ENABLE_ROLLBACK
-
-sbin_PROGRAMS = mksubvolume
-
-mksubvolume_SOURCES = \
- mksubvolume.cc
-
-mksubvolume_LDADD = ../snapper/libsnapper.la utils/libutils.la
-
-endif
-
endif
--- /dev/null
+*.o
+*.lo
+*.la
+mksubvolume
--- /dev/null
+#
+# Makefile.am for snapper/client/mksubvolume
+#
+
+AM_CPPFLAGS = -I$(top_srcdir)
+
+if ENABLE_BTRFS
+
+if ENABLE_ROLLBACK
+
+sbin_PROGRAMS = mksubvolume
+
+mksubvolume_SOURCES = \
+ mksubvolume.cc
+
+mksubvolume_LDADD = \
+ ../../snapper/libsnapper.la \
+ ../utils/libutils.la
+
+endif
+
+endif
#include "snapper/BtrfsUtils.h"
#include "snapper/AppUtil.h"
#include "snapper/MntTable.h"
-#include "utils/GetOpts.h"
+#include "../utils/GetOpts.h"
using namespace snapper;
client/Makefile
client/utils/Makefile
client/proxy/Makefile
+ client/mksubvolume/Makefile
scripts/Makefile
pam/Makefile
data/Makefile
MSGFMT = msgfmt
MSGMERGE = msgmerge
-SRCFILES = $(wildcard ../client/*.cc ../client/*.h ../client/utils/*.cc ../client/proxy/*.cc)
+SRCFILES = $(wildcard ../client/*.cc ../client/*.h ../client/*/*.cc)
POFILES = $(wildcard *.po)