From 4fe041d552b9b140a2f70f2d9351d39f2c084ab6 Mon Sep 17 00:00:00 2001 From: SJ Date: Sat, 29 Sep 2012 19:42:25 +0200 Subject: [PATCH] added the gmail import script to makefile --- util/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/util/Makefile.in b/util/Makefile.in index 34e8e120..7fd975f1 100644 --- a/util/Makefile.in +++ b/util/Makefile.in @@ -29,6 +29,7 @@ all: install: $(INSTALL) -m 0755 $(srcdir)/ldap_sync.php $(DESTDIR)$(libexecdir)/piler $(INSTALL) -m 0755 $(srcdir)/daily-report.php $(DESTDIR)$(libexecdir)/piler + $(INSTALL) -m 0755 $(srcdir)/gmail-imap-import.php $(DESTDIR)$(libexecdir)/piler clean: