diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-06-26 00:49:52 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-06-26 10:07:38 +0800 |
commit | ad2e4ef126dae0cae4be45dfdbebd946e52bc7ef (patch) | |
tree | 86d2632d59b3a9be5094132d7ebb26fb17d246f8 /em-format/Makefile.am | |
parent | 0f09050e4a09d58efa66742f32810e1bd999d6b9 (diff) | |
download | gsoc2013-evolution-ad2e4ef126dae0cae4be45dfdbebd946e52bc7ef.tar.gz gsoc2013-evolution-ad2e4ef126dae0cae4be45dfdbebd946e52bc7ef.tar.zst gsoc2013-evolution-ad2e4ef126dae0cae4be45dfdbebd946e52bc7ef.zip |
em-format: Remove $(emformatextensions_SOURCES) reference.
This variable is not defined anywhere.
Diffstat (limited to 'em-format/Makefile.am')
-rw-r--r-- | em-format/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/em-format/Makefile.am b/em-format/Makefile.am index 08f635a067..84d2d212d9 100644 --- a/em-format/Makefile.am +++ b/em-format/Makefile.am @@ -39,7 +39,6 @@ endif libemformat_la_SOURCES = \ $(emformatinclude_HEADERS) \ - $(emformatextensions_SOURCES) \ e-mail-extension-registry.c \ e-mail-extension.c \ e-mail-inline-filter.c \ |