default_pre_build    &&
cd $SOURCE_DIRECTORY &&
sedit 's%#include <vwm.h>%#include "../../vwm.h"%' modules/ptyterm/pty_term.h &&
if [[ "$VIPER_SYSMON" = 'y' ]]; then
  sedit 's%#include <vwm.h>%#include "../../vwm.h"%' modules/sysmon/system_monitor.c
fi
