mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 01:13:24 +00:00
5 lines
99 B
Meson
5 lines
99 B
Meson
install_data([
|
|
gimp_api_name + '.m4',
|
|
],
|
|
install_dir: get_option('datadir') / 'aclocal',
|
|
)
|