diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-06-19 04:06:05 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-06-20 00:43:28 +0800 |
commit | c6911b3029629f1032dd594249c099d79efe9fe1 (patch) | |
tree | 72cf7960f344ef63488af633a66dab684ae5b32a /calendar/gui/Makefile.am | |
parent | c0d998229d5a3d2b65445b9025de7b23112f4063 (diff) | |
download | gsoc2013-evolution-c6911b3029629f1032dd594249c099d79efe9fe1.tar.gz gsoc2013-evolution-c6911b3029629f1032dd594249c099d79efe9fe1.tar.zst gsoc2013-evolution-c6911b3029629f1032dd594249c099d79efe9fe1.zip |
Fix "make distcheck" errors.
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 53d58d785d..8c6c98f61f 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -51,7 +51,6 @@ privsolib_LTLIBRARIES = libcal-gui.la # cal-search-bar.c # cal-search-bar.h # gnome-cal.c -# gnome-cal.h libcal_gui_la_SOURCES = \ e-attachment-handler-calendar.c \ @@ -165,6 +164,7 @@ libcal_gui_la_SOURCES = \ e-timezone-entry.h \ goto.c \ goto.h \ + gnome-cal.h \ itip-utils.c \ itip-utils.h \ misc.c \ |