Install new SQL files in Makefile (#196)

This commit is contained in:
Clément Oudot 2010-10-22 07:43:10 +00:00
parent 66f7b94435
commit 46cf77478b

View File

@ -395,7 +395,7 @@ install_conf_dir: install_sessions_dir
else \
chmod 777 $(RFILECONFIGDIR); \
fi
@cp lemonldap-ng-common/tools/lmConfig.mysql lemonldap-ng-common/tools/apache-session-mysql.sql $(RTOOLSDIR)
@cp lemonldap-ng-common/tools/lmConfig.* lemonldap-ng-common/tools/apache-session-mysql.sql $(RTOOLSDIR)
@cp lemonldap-ng-common/tools/sso.schema $(RTOOLSDIR)
@rm -rf $$(find $(RCONFDIR) $(RFILECONFIGDIR) $(RTOOLSDIR) -type d -name .svn)