diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-10 05:28:08 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-10 05:28:45 +0800 |
commit | 166acfd92e8aeed12886dbbb7e777f4ba5d2be7d (patch) | |
tree | 4c902caae0d9197ee06126bccb237bc257d1240a | |
parent | 3845aa0ef26497bb409e98b471c097457d78f338 (diff) | |
download | gsoc2013-evolution-166acfd92e8aeed12886dbbb7e777f4ba5d2be7d.tar gsoc2013-evolution-166acfd92e8aeed12886dbbb7e777f4ba5d2be7d.tar.gz gsoc2013-evolution-166acfd92e8aeed12886dbbb7e777f4ba5d2be7d.tar.bz2 gsoc2013-evolution-166acfd92e8aeed12886dbbb7e777f4ba5d2be7d.tar.lz gsoc2013-evolution-166acfd92e8aeed12886dbbb7e777f4ba5d2be7d.tar.xz gsoc2013-evolution-166acfd92e8aeed12886dbbb7e777f4ba5d2be7d.tar.zst gsoc2013-evolution-166acfd92e8aeed12886dbbb7e777f4ba5d2be7d.zip |
Fix distcheck errors.
-rw-r--r-- | plugins/pst-import/Makefile.am | 2 | ||||
-rw-r--r-- | po/POTFILES.in | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/plugins/pst-import/Makefile.am b/plugins/pst-import/Makefile.am index 3cf631a4ed..35788872c1 100644 --- a/plugins/pst-import/Makefile.am +++ b/plugins/pst-import/Makefile.am @@ -7,9 +7,9 @@ NO_UNDEFINED_REQUIRED_LIBS = \ endif AM_CPPFLAGS = \ - -I$(EVOLUTION_SOURCE) \ -I$(top_srcdir) \ -I$(top_srcdir)/widgets \ + -I$(top_builddir) \ -DGETTEXT_PACKAGE="\"$(GETTEXT_PACKAGE)\"" \ -DLOCALEDIR="\"$(LOCALEDIR)\"" \ $(EVOLUTION_CFLAGS) \ diff --git a/po/POTFILES.in b/po/POTFILES.in index f78e5cea14..4880ff848b 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -77,6 +77,7 @@ calendar/gui/alarm-notify/alarm-queue.c calendar/gui/alarm-notify/notify-main.c calendar/gui/alarm-notify/util.c calendar/gui/apps_evolution_calendar.schemas.in +calendar/gui/cal-editor-utils.c calendar/gui/cal-search-bar.c calendar/gui/calendar-commands.c calendar/gui/calendar-component.c @@ -187,6 +188,7 @@ e-util/e-non-intrusive-error-dialog.c e-util/e-non-intrusive-error-dialog.h e-util/e-plugin.c e-util/e-print.c +e-util/e-signature.c e-util/e-system.error.xml e-util/e-util.c e-util/e-util-labels.c |