From b88699c49e10a576c0112056ccb10d56981862c8 Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Sun, 27 Dec 2015 07:19:10 +0000 Subject: [PATCH] Update dst files --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 33a99b01a..1cb5aaeb9 100644 --- a/Makefile +++ b/Makefile @@ -124,6 +124,7 @@ MANAGERJSONSRC=$(SRCMANAGERDIR)/scripts/jsongenerator.pl \ $(SRCMANAGERDIR)/lib/Lemonldap/NG/Manager/Build/Tree.pm MANAGERJSONDST=$(SRCMANAGERDIR)/site/static/struct.json \ $(SRCMANAGERDIR)/site/static/js/conftree.js \ + $(SRCMANAGERDIR)/lib/Lemonldap/NG/Manager/Attributes.pm \ $(SRCMANAGERDIR)/lib/Lemonldap/NG/Manager/Constants.pm \ $(SRCCOMMONDIR)/lib/Lemonldap/NG/Common/Conf/DefaultValues.pm PERLCOMMONSRC:=$(shell find $(SRCCOMMONDIR)/lib -name '*.pm')