]> git.proxmox.com Git - pmg-api.git/blobdiff - src/Makefile
backup: fix die invocation
[pmg-api.git] / src / Makefile
index 05d9598f732c2937237b6d8a5babb787709b7017..9d5c3357d97841a1fed5a15149311cfa95f0298e 100644 (file)
@@ -15,7 +15,7 @@ CRONSCRIPTS = pmg-hourly pmg-daily
 
 CLI_CLASSES = $(addprefix PMG/CLI/, $(addsuffix .pm, ${CLITOOLS}))
 SERVICE_CLASSES = $(addprefix PMG/Service/, $(addsuffix .pm, ${SERVICES}))
-SERVICE_UNITS = $(addprefix debian/, $(addsuffix .service, ${SERVICES}))
+SERVICE_UNITS = $(addprefix debian/, $(addsuffix .service, ${SERVICES} pmg-pbsbackup@))
 TIMER_UNITS = $(addprefix debian/, $(addsuffix .timer, ${CRONSCRIPTS} pmgspamreport pmgreport))
 
 CLI_BINARIES = $(addprefix bin/, ${CLITOOLS} ${CLISCRIPTS} ${CRONSCRIPTS})
@@ -66,6 +66,8 @@ LIBSOURCES =                          \
        PMG/SMTP.pm                     \
        PMG/Unpack.pm                   \
        PMG/Backup.pm                   \
+       PMG/PBSConfig.pm                \
+       PMG/PBSSchedule.pm              \
        PMG/RuleCache.pm                \
        PMG/Statistic.pm                \
        PMG/UserConfig.pm               \
@@ -136,6 +138,8 @@ LIBSOURCES =                                \
        PMG/API2/Statistics.pm          \
        PMG/API2/MailTracker.pm         \
        PMG/API2/Backup.pm              \
+       PMG/API2/PBS/Job.pm             \
+       PMG/API2/PBS/Remote.pm          \
        PMG/API2/Nodes.pm               \
        PMG/API2/Postfix.pm             \
        PMG/API2/Quarantine.pm          \