summaryrefslogtreecommitdiff
path: root/libupower-glib/Makefile.am
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2015-09-15 12:49:20 +0200
committerRichard Hughes <richard@hughsie.com>2015-09-15 12:33:44 +0100
commit0825c162d3dc909966b10fecabbc2c1da364c1a6 (patch)
tree38a0b87f1b458490cc6c6e34ab5db9cab8c6a369 /libupower-glib/Makefile.am
parent7371415beb474a2e4592490ccf1f38410ef3b02f (diff)
downloadupower-0825c162d3dc909966b10fecabbc2c1da364c1a6.tar.gz
Support g_autoptr() for all libupower-glib object types
This allows using e.g. g_autoptr(UpDevice) in other programs, but does not make upower itself use g_autoptr, or require a new enough glib to support it. Signed-off-by: Richard Hughes <richard@hughsie.com>
Diffstat (limited to 'libupower-glib/Makefile.am')
-rw-r--r--libupower-glib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/libupower-glib/Makefile.am b/libupower-glib/Makefile.am
index efa47fa..a7bc2f5 100644
--- a/libupower-glib/Makefile.am
+++ b/libupower-glib/Makefile.am
@@ -21,6 +21,7 @@ lib_LTLIBRARIES = \
libupower_glib_includedir = $(includedir)/libupower-glib
libupower_glib_include_HEADERS = \
upower.h \
+ up-autocleanups.h \
up-version.h \
up-types.h \
up-device.h \