From f35cdccd806f9adfba706694d383aa6a5500777d Mon Sep 17 00:00:00 2001 From: ueno Date: Thu, 13 Apr 2006 09:15:09 +0000 Subject: [PATCH] Added epa. --- COMPILE | 2 +- Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/COMPILE b/COMPILE index 4d18562..71b4764 100644 --- a/COMPILE +++ b/COMPILE @@ -1,7 +1,7 @@ ;;; -*- Emacs-Lisp -*- (defvar epg-modules - '(epg epf)) + '(epg epa epf)) (defun epg-compile-modules (modules) (let ((load-path (cons nil load-path)) diff --git a/Makefile.am b/Makefile.am index ef8f1bb..d6fcf39 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = no-dependencies -EXTRA_DIST = epg.el epf.el pgg-epg.el +EXTRA_DIST = epg.el epa.el epf.el pgg-epg.el CLEANFILES = auto-autoloads.el custom-load.el *.elc FLAGS ?= -batch -q -no-site-file -- 1.7.10.4