diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-07-03 01:27:06 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-07-03 02:19:33 +0800 |
commit | 6cda29281f23dbf2ceff713a40c08415266d3c98 (patch) | |
tree | 5abc96c1995c2130a258ecfed82531b36bde15fb /shell/Makefile.am | |
parent | 34eeda37d39f37fc88fa93dd7a890424fbcf6d3d (diff) | |
download | gsoc2013-evolution-6cda29281f23dbf2ceff713a40c08415266d3c98.tar.gz gsoc2013-evolution-6cda29281f23dbf2ceff713a40c08415266d3c98.tar.zst gsoc2013-evolution-6cda29281f23dbf2ceff713a40c08415266d3c98.zip |
Record the actual Evolution version after migration.
Not the next stable version. If migration needs to occur multiple times
during a development cycle for different reasons, we'll need an accurate
last-used-version stamp.
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 9edfe88cd6..b61accec1e 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -43,6 +43,8 @@ libeshell_la_CPPFLAGS = \ -I$(top_srcdir)/widgets/misc \ -I$(top_srcdir) \ -I$(top_srcdir)/shell \ + -I$(top_builddir) \ + -I$(top_builddir)/shell \ -DEVOLUTION_BINDIR=\""$(bindir)"\" \ -DEVOLUTION_IMAGESDIR=\""$(imagesdir)"\" \ -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ @@ -85,6 +87,7 @@ libeshell_la_SOURCES = \ e-shell-migrate.c \ e-shell-migrate.h \ e-shell-window-actions.c \ + evo-version.h \ es-event.c libeshell_la_LDFLAGS = -avoid-version $(NO_UNDEFINED) @@ -186,6 +189,7 @@ errordir = $(privdatadir)/errors # Extra dist stuff EXTRA_DIST = \ + evo-version.h.in \ shell.error.xml \ evolution-nognome.in \ evolution-icon.rc \ @@ -208,7 +212,10 @@ evolution.pure: evolution endif -BUILT_SOURCES = $(error_DATA) $(ENUM_GENERATED) +BUILT_SOURCES = \ + $(error_DATA) \ + $(ENUM_GENERATED) \ + evo-version.h CLEANFILES = $(BUILT_SOURCES) dist-hook: |