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