summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2014-04-22 15:34:06 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2014-04-22 15:36:05 +0200
commit56a5c4c0ccab2318e6d44a40f319f20706af53cd (patch)
tree9b244822bdb0781c3961e93044989b8ce09ec91b
parentcca19389cc803ceb382adcd3d32ff3cf55011fb7 (diff)
downloadelementary-56a5c4c0ccab2318e6d44a40f319f20706af53cd.tar.gz
atspi: Add header file to build to pass distcheck
The needed header was not packaged and thus made distcheck fail. I put it into the unstable headers because I'm not sure if they are considered stable yet. If this is the case please let us know so we can move it over.
-rw-r--r--src/lib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 16c576ed9..13fbad76f 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -48,6 +48,7 @@ includesdir = $(includedir)/elementary-@VMAJ@
includesunstable_HEADERS = \
elm_gen_common.h \
+elm_interface_atspi_accessible.h \
elm_interface_fileselector.h \
elm_interface_scrollable.h \
elm_widget.h \