Socket's implementation of ref_state_set to return empty sets instead of NULL
[platform/core/uifw/at-spi2-atk.git] / schemas / Makefile.am
1 gsettings_SCHEMAS = org.a11y.atspi.gschema.xml
2
3 org.a11y.atspi.gschema.xml: org.a11y.atspi.gschema.xml.in Makefile
4         $(AM_V_GEN) sed -e "s|@libdir[@]|$(libdir)|" $< > $@
5
6 CLEANFILES = org.a11y.atspi.gschema.xml
7
8 @GSETTINGS_RULES@
9
10 EXTRA_DIST = \
11         $(gsettings_SCHEMAS) \
12         $(patsubst %,%.in,$(gsettings_SCHEMAS))