X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=9fb68836421e5d32f89f33772061c7ee2db9dad1;hb=5fbe616d503fc2ee3ad8a64ce55863b8845afa95;hp=3312c7c33b4af46161f9ad7f8b00b5e57ff69144;hpb=90b252809d74bde6b72a49c3bcf64b22c22672c9;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/Makefile.am b/Makefile.am index 3312c7c..9fb6883 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,23 @@ -SUBDIRS=xml tools dbind droute spi-common atk-adaptor registryd cspi pyatspi login-helper tests +SUBDIRS=dbind droute common atk-adaptor po -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = cspi-1.0.pc libloginhelper-1.0.pc +schemasdir = $(GCONF_SCHEMA_FILE_DIR) +schemas_in_files = at-spi2.schemas.in +schemas_DATA = $(schemas_in_files:.schemas.in=.schemas) +@INTLTOOL_SCHEMAS_RULE@ + +if GCONF_SCHEMAS_INSTALL +install-data-local: + if test -z "$(DESTDIR)" ; then \ + for p in $(schemas_DATA) ; do \ + GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/data/$$p ; \ + done \ + fi +else +install-data-local: +endif EXTRA_DIST = \ - cspi-1.0.pc.in \ - cspi-1.0-uninstalled.pc.in \ - libloginhelper-1.0.pc.in \ + $(schemas_in_files) + +CLEANFILES = \ + $(schemas_data)