Move iallocator script execution to ganeti-noded
[ganeti-local] / lib / Makefile.libcommon
1 # We need to create symlinks because "make distcheck" will not install Python
2 # files for building.
3 pre-check: all
4         for i in $(python_files); do \
5                 if test ! -f $$i; then \
6                         $(LN_S) $(srcdir)/$$i $$i; \
7                 fi; \
8         done