mirror of https://github.com/GNOME/gimp.git
6 lines
99 B
Meson
6 lines
99 B
Meson
|
install_data([
|
||
|
gimp_api_name + '.m4',
|
||
|
],
|
||
|
install_dir: get_option('datadir') / 'aclocal',
|
||
|
)
|