gnunet-secushare/bin/pogen.sh
Christian Grothoff 5ac774e1b3
fix FTBFS issues
2019-02-11 20:59:34 +01:00

6 lines
304 B
Bash
Executable File

#!/bin/sh
# This script is in the public domain.
find src -name "*.c" | grep -v \# | grep -v /test_ | grep -v /perf_ | grep -v _old | grep -v chat | grep -v .libs/ | sort > po/POTFILES.in
grep -l _\( `find src -name "*.h"` | grep -v "platform.h" | grep -v _old | grep -v chat | sort >> po/POTFILES.in