blob: e5553c11d55523782dd00ac3dd7eedff282e4511 (
plain)
1
2
3
4
5
6
7
8
9
10
|
headers = files('gdata-app-categories.h')
install_headers(
headers,
subdir: gdata_include_subdir / 'app',
)
gir_headers += headers
sources += files('gdata-app-categories.c')
|