X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=blobdiff_plain;f=common%2FMakefile.am;h=066c30cfd67720239ae37c3eebf5e01ce6c0001b;hp=cbf56711f04ba4e9d3a75e99aa1693f8d969b619;hb=f35ba2e4b28768ab3f6a07403a3bd360162094ed;hpb=beccc6ec73af048833f1b95b4b7e6e29cfabce13 diff --git a/common/Makefile.am b/common/Makefile.am index cbf5671..066c30c 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -8,30 +8,19 @@ libspicommon_la_CFLAGS = $(DBUS_GLIB_CFLAGS)\ libspicommon_la_LIBADD = $(DBUS_GLIB_LIBS) -#spicommonincludedir = $(includedir)/at-spi-1.0/libspi -# -#spicommoninclude_HEADERS = \ -# bitarray.h \ -# event-types.h \ -# generated-types.h \ -# keymasks.h \ -# spi-dbus.h \ -# spi-stateset.h \ -# spi-types.h - -#BUILT_SOURCES = generated-types.h -#CLEANFILES = generated-types.h - -nodist_libspicommon_la_SOURCES = generated-types.h - libspicommon_la_SOURCES = \ - bitarray.h \ + bitarray.h \ + keymasks.h \ + generated-types.h \ event-types.h \ spi-types.h \ spi-dbus.h \ - spi-dbus.c \ - spi-stateset.h \ + spi-dbus.c \ + spi-stateset.h \ spi-stateset.c +#BUILT_SOURCES = generated-types.h +#CLEANFILES = generated-types.h + #generated-types.h: $(top_srcdir)/xml/spec.xml $(top_srcdir)/tools/c-constants-generator.xsl # xsltproc --stringparam mixed-case-prefix Accessibility_ $(top_srcdir)/tools/c-constants-generator.xsl $< >$@