Function: ede-proj-makefile-automake-insert-extradist
ede-proj-makefile-automake-insert-extradist is a byte-compiled
function defined in pmake.el.gz.
Signature
(ede-proj-makefile-automake-insert-extradist ARG &rest ARGS)
Implementations
((this ede-proj-project)) in `ede/pmake.el'.
Insert the EXTRADIST variable entries needed for Automake and EDE.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/ede/pmake.el.gz
(cl-defmethod ede-proj-makefile-automake-insert-extradist ((_this ede-proj-project))
"Insert the EXTRADIST variable entries needed for Automake and EDE."
(proj-comp-insert-variable-once "EXTRA_DIST" (insert "Project.ede")))