mirror of
https://github.com/MariaDB/server.git
synced 2026-05-17 20:37:12 +02:00
20 lines
316 B
Makefile
20 lines
316 B
Makefile
SUBDIRS = \
|
|
images \
|
|
html \
|
|
munin \
|
|
init.d \
|
|
logrotate.d \
|
|
systemd \
|
|
scripts
|
|
|
|
pkgsysconfdir = $(sysconfdir)/$(PACKAGE)
|
|
dist_pkgsysconf_DATA = \
|
|
groonga.conf \
|
|
synonyms.tsv
|
|
|
|
httpdconfdir = $(pkgsysconfdir)/httpd
|
|
dist_httpdconf_DATA = \
|
|
groonga-httpd.conf
|
|
|
|
EXTRA_DIST = \
|
|
CMakeLists.txt
|