mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
9 lines
150 B
Text
9 lines
150 B
Text
|
dist-hook:
|
||
|
if [ -n "`find mroonga -name '*.reject'`" ]; then \
|
||
|
echo "reject files exist"; \
|
||
|
exit 1; \
|
||
|
fi
|
||
|
|
||
|
EXTRA_DIST = \
|
||
|
mroonga
|