Skip to content
Snippets Groups Projects
Commit 5878b1b5 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

Remove lib/Makefile.libcommon

Reviewed-by: iustinp
parent b3989551
No related branches found
No related tags found
No related merge requests found
# We need to create symlinks because "make distcheck" will not install Python
# files for building.
pre-check: all
for i in $(python_files); do \
if test ! -f $$i; then \
$(LN_S) $(srcdir)/$$i $$i; \
fi; \
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment