diff --git a/tests/accessibility/Makefile.am b/tests/accessibility/Makefile.am index 4c7a376d4..0c5b19e2f 100644 --- a/tests/accessibility/Makefile.am +++ b/tests/accessibility/Makefile.am @@ -18,18 +18,13 @@ AM_CPPFLAGS = -DPREFIXDIR=\"$(libdir)\" -DCLUTTER_DISABLE_DEPRECATION_WARNINGS - AM_CFLAGS = $(CLUTTER_CFLAGS) $(MAINTAINER_CFLAGS) LDADD = $(common_ldadd) $(CLUTTER_LIBS) -noinst_PROGRAMS = \ - cally-atkcomponent-example \ - cally-atkeditabletext-example \ - cally-atkevents-example \ - cally-atktext-example \ - cally-clone-example +noinst_PROGRAMS = -cally_atkcomponent_example_SOURCES = $(common_sources) cally-atkcomponent-example.c -cally_atktext_example_SOURCES = $(common_sources) cally-atktext-example.c -cally_atkevents_example_SOURCES = $(common_sources) cally-atkevents-example.c -cally_atkeditabletext_example_SOURCES = $(common_sources) cally-atkeditabletext-example.c -cally_clone_example_SOURCES = $(common_sources) cally-clone-example.c +#cally_atkcomponent_example_SOURCES = $(common_sources) cally-atkcomponent-example.c +#cally_atktext_example_SOURCES = $(common_sources) cally-atktext-example.c +#cally_atkevents_example_SOURCES = $(common_sources) cally-atkevents-example.c +#cally_atkeditabletext_example_SOURCES = $(common_sources) cally-atkeditabletext-example.c +#cally_clone_example_SOURCES = $(common_sources) cally-clone-example.c DISTCLEANFILES =