aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-01-11 18:00:27 -0500
committerDavid Robillard <d@drobilla.net>2023-01-11 18:00:27 -0500
commit3acb303c68f702dce43631caad206c4b4e3ed563 (patch)
treebf3814a0543417c688cdf463a892706736ec9d56 /include
parent0fa5ca60b872c8d3719e68475c2831fec8756597 (diff)
downloadpugl-3acb303c68f702dce43631caad206c4b4e3ed563.tar.gz
pugl-3acb303c68f702dce43631caad206c4b4e3ed563.tar.bz2
pugl-3acb303c68f702dce43631caad206c4b4e3ed563.zip
Install pugl/attributes.h
Diffstat (limited to 'include')
-rw-r--r--include/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/meson.build b/include/meson.build
index ea78dd1..2f31b3d 100644
--- a/include/meson.build
+++ b/include/meson.build
@@ -1,7 +1,8 @@
-# Copyright 2021 David Robillard <d@drobilla.net>
+# Copyright 2021-2023 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC
c_headers = [
+ 'pugl/attributes.h',
'pugl/pugl.h',
'pugl/cairo.h',