diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2d7330a8bb..96a2b253c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,8 @@ EXTRA_DIST = \ README \ HACKING \ MAINTAINERS \ - NEWS + NEWS \ + evolution.spec.in SUBDIRS = \ intl \ @@ -30,3 +31,6 @@ SUBDIRS = \ default_user \ tools \ po + +dist-hook: evolution.spec + cp evolution.spec $(distdir) |