#!/bin/sh
find . -name "*.[ch]" | cut -b 3- | grep -v build_normal | grep -v build_debug | grep -v config\\.h > po/POTFILES.in
