summaryrefslogtreecommitdiff
path: root/libappstream-glib/Makefile.am
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-03-18 08:52:27 +0000
committerRichard Hughes <richard@hughsie.com>2014-03-18 09:13:25 +0000
commitafcdc8b5df2e48ac8c9c32ac4e1a6469842d6607 (patch)
treee74a2afb22b1cabe532fbd2da019cecf7af24179 /libappstream-glib/Makefile.am
parent648e162e687e3e94faaa8b9423f896fe83296b11 (diff)
downloadappstream-glib-afcdc8b5df2e48ac8c9c32ac4e1a6469842d6607.tar.gz
Rename some types that should not be under the AsApp namespace
Diffstat (limited to 'libappstream-glib/Makefile.am')
-rw-r--r--libappstream-glib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libappstream-glib/Makefile.am b/libappstream-glib/Makefile.am
index dc6f1c5..2c32dd5 100644
--- a/libappstream-glib/Makefile.am
+++ b/libappstream-glib/Makefile.am
@@ -24,6 +24,7 @@ libappstream_glib_includedir = $(includedir)/libappstream-glib
libappstream_glib_include_HEADERS = \
appstream-glib.h \
as-app.h \
+ as-enums.h \
as-image.h \
as-node.h \
as-release.h \
@@ -36,6 +37,7 @@ libappstream_glib_include_HEADERS = \
libappstream_glib_la_SOURCES = \
as-app.c \
as-app-private.h \
+ as-enums.c \
as-image.c \
as-image-private.h \
as-node.c \