summaryrefslogtreecommitdiff
path: root/tests/accessibility
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2010-07-07 16:30:31 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2010-07-07 16:30:31 +0100
commitf87e4037a880b3bf180a547dea1713a99aa3398b (patch)
tree2ba78384ff0bbb4f31c406ad981b65bea6ff214b /tests/accessibility
parente3a8ece54d3a626f012b955a953d0ae69a22ad7a (diff)
downloadclutter-f87e4037a880b3bf180a547dea1713a99aa3398b.tar.gz
build: Distcheck fixes after the Cally merge
Diffstat (limited to 'tests/accessibility')
-rw-r--r--tests/accessibility/Makefile.am14
1 files changed, 8 insertions, 6 deletions
diff --git a/tests/accessibility/Makefile.am b/tests/accessibility/Makefile.am
index 81bc980a2..11fba22e1 100644
--- a/tests/accessibility/Makefile.am
+++ b/tests/accessibility/Makefile.am
@@ -8,7 +8,7 @@ EXAMPLES = cally-atkcomponent-example \
common_ldadd = $(top_builddir)/clutter/libclutter-@CLUTTER_WINSYS@-@CLUTTER_API_VERSION@.la
-CALLY_UTIL_SOURCES = cally-examples-util.c
+common_sources = cally-examples-util.c cally-examples-util.h
INCLUDES = \
-I$(top_srcdir) \
@@ -20,13 +20,15 @@ INCLUDES = \
noinst_PROGRAMS = $(EXAMPLES)
+EXTRA_DIST = $(common_sources)
+
# atk component example
cally_atkcomponent_example_LDADD = $(CLUTTER_LIBS) $(common_ldadd)
cally_atkcomponent_example_CFLAGS = $(CLUTTER_CFLAGS) $(MAINTAINER_CFLAGS) \
-DPREFIXDIR=\"$(libdir)\" \
$(INCLUDES)
cally_atkcomponent_example_SOURCES = cally-atkcomponent-example.c \
- $(CALLY_UTIL_SOURCES)
+ $(common_sources)
# atk text example
cally_atktext_example_LDADD = $(CLUTTER_LIBS) $(common_ldadd)
@@ -34,7 +36,7 @@ cally_atktext_example_CFLAGS = $(CLUTTER_CFLAGS) $(MAINTAINER_CFLAGS)\
-DPREFIXDIR=\"$(libdir)\" \
$(INCLUDES)
cally_atktext_example_SOURCES = cally-atktext-example.c \
- $(CALLY_UTIL_SOURCES)
+ $(common_sources)
# atk text example2
cally_atkevents_example_LDADD = $(CLUTTER_LIBS) $(common_ldadd)
@@ -42,7 +44,7 @@ cally_atkevents_example_CFLAGS = $(CLUTTER_CFLAGS) $(MAINTAINER_CFLAGS)\
-DPREFIXDIR=\"$(libdir)\" \
$(INCLUDES)
cally_atkevents_example_SOURCES = cally-atkevents-example.c \
- $(CALLY_UTIL_SOURCES)
+ $(common_sources)
# atk editable text example
cally_atkeditabletext_example_LDADD = $(CLUTTER_LIBS) $(common_ldadd)
@@ -50,7 +52,7 @@ cally_atkeditabletext_example_CFLAGS = $(CLUTTER_CFLAGS) $(MAINTAINER_CFLAGS) \
-DPREFIXDIR=\"$(libdir)\" \
$(INCLUDES)
cally_atkeditabletext_example_SOURCES = cally-atkeditabletext-example.c \
- $(CALLY_UTIL_SOURCES)
+ $(common_sources)
# cally clone example
cally_clone_example_LDADD = $(CLUTTER_LIBS) $(common_ldadd)
@@ -58,4 +60,4 @@ cally_clone_example_CFLAGS = $(CLUTTER_CFLAGS) $(MAINTAINER_CFLAGS) \
-DPREFIXDIR=\"$(libdir)\" \
$(INCLUDES)
cally_clone_example_SOURCES = cally-clone-example.c \
- $(CALLY_UTIL_SOURCES)
+ $(common_sources)