Updated Danish translation
[banshee.git] / build / dll-map-makefile-verifier
blobc75afa50db71e6ef1f07ee895949786502807290
1 #!/usr/bin/env bash
3 if [ -f $2 ]; then
4 # Lame, but better than nothing
5 grep $(basename $2) $1 | grep module_SCRIPTS &>/dev/null || {
6 echo "Assembly has corresponding .config file, but it was not found in module_SCRIPTS in Makefile.am" 2>&1
7 exit 1
9 fi