* Makefile.ams for guile/emacs: fix make dist

This commit is contained in:
djcb 2011-12-30 13:38:32 +02:00
parent 43bb99a74d
commit 6731abde40
3 changed files with 7 additions and 4 deletions

View File

@ -36,3 +36,5 @@ elisp_DATA= \
mu4e-proc.el \
mu4e-send.el \
mu4e-version.el
EXTRA_DIST=$(elisp_DATA)

View File

@ -67,5 +67,5 @@ MKDEP = $(CC) -M -MG $(snarfcppopts)
DISTCLEANFILES=$(XFILES)
EXTRA_DIST= \
mu.scm
EXTRA_DIST=$(module_DATA)

View File

@ -22,5 +22,6 @@ module_DATA= \
msg.scm \
contact.scm
EXTRA_DIST= \
README
EXTRA_DIST=$(module_DATA)