diff options
author | Bolian Yin <byin@src.gnome.org> | 2003-08-20 17:08:27 +0800 |
---|---|---|
committer | Bolian Yin <byin@src.gnome.org> | 2003-08-20 17:08:27 +0800 |
commit | 252980fd75b70401cc0525be33f9c0450933997a (patch) | |
tree | 240a98e29b19c84a17611175ad40936add3958d3 /a11y/Makefile.am | |
parent | 6f64df2e61a0e8addc9523e19508b6ce74a41c68 (diff) | |
download | gsoc2013-evolution-252980fd75b70401cc0525be33f9c0450933997a.tar.gz 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/Makefile.am')
-rw-r--r-- | a11y/Makefile.am | 4 |
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) |