aboutsummaryrefslogtreecommitdiffstats
path: root/a11y
diff options
context:
space:
mode:
authorBolian Yin <byin@src.gnome.org>2003-08-20 17:08:27 +0800
committerBolian Yin <byin@src.gnome.org>2003-08-20 17:08:27 +0800
commit252980fd75b70401cc0525be33f9c0450933997a (patch)
tree240a98e29b19c84a17611175ad40936add3958d3 /a11y
parent6f64df2e61a0e8addc9523e19508b6ce74a41c68 (diff)
downloadgsoc2013-evolution-252980fd75b70401cc0525be33f9c0450933997a.tar
gsoc2013-evolution-252980fd75b70401cc0525be33f9c0450933997a.tar.gz
gsoc2013-evolution-252980fd75b70401cc0525be33f9c0450933997a.tar.bz2
gsoc2013-evolution-252980fd75b70401cc0525be33f9c0450933997a.tar.lz
gsoc2013-evolution-252980fd75b70401cc0525be33f9c0450933997a.tar.xz
gsoc2013-evolution-252980fd75b70401cc0525be33f9c0450933997a.tar.zst
gsoc2013-evolution-252980fd75b70401cc0525be33f9c0450933997a.zip
add ea-factory.h into source list
svn path=/trunk/; revision=22306
Diffstat (limited to 'a11y')
-rw-r--r--a11y/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/a11y/Makefile.am b/a11y/Makefile.am
index 4ff451e404..0a9a210cba 100644
--- a/a11y/Makefile.am
+++ b/a11y/Makefile.am
@@ -25,7 +25,9 @@ INCLUDES = \
privlib_LTLIBRARIES = libevolution-a11y.la
libevolution_a11y_la_SOURCES = \
- $(CALENDAR_IDL_GENERATED_H)
+ $(CALENDAR_IDL_GENERATED_H) \
+ ea-factory.h
+
BUILT_SOURCES = $(CALENDAR_IDL_GENERATED_H)