summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-06-23 06:37:54 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2010-06-23 06:37:54 +0200
commit9f4452f43c5a68346dfadb6ac5b75872828d92bb (patch)
tree352a822f300f6a9198282a80facc064a280872dd
parent2ea8652235dbb161400ce59439d29efbe9c929bd (diff)
downloadorg-mode-9f4452f43c5a68346dfadb6ac5b75872828d92bb.tar.gz
Add org-capture.el and org-mks.el to the Makefile
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 12759cd..f485b20 100644
--- a/Makefile
+++ b/Makefile
@@ -66,6 +66,7 @@ LISPF = org.el \
org-bbdb.el \
org-beamer.el \
org-bibtex.el \
+ org-capture.el \
org-clock.el \
org-colview.el \
org-colview-xemacs.el \
@@ -98,6 +99,7 @@ LISPF = org.el \
org-macs.el \
org-mew.el \
org-mhe.el \
+ org-mks.el \
org-mobile.el \
org-mouse.el \
org-publish.el \
@@ -348,6 +350,7 @@ lisp/org-archive.elc: lisp/org.el
lisp/org-bbdb.elc: lisp/org.el
lisp/org-beamer.elc: lisp/org.el
lisp/org-bibtex.elc: lisp/org.el
+lisp/org-capture.elc: lisp/org.el lisp/org-mks.el
lisp/org-clock.elc: lisp/org.el
lisp/org-colview.elc: lisp/org.el
lisp/org-colview-xemacs.elc: lisp/org.el
@@ -380,6 +383,7 @@ lisp/org-mac-message.elc: lisp/org.el
lisp/org-macs.elc:
lisp/org-mew.elc: lisp/org.el
lisp/org-mhe.elc: lisp/org.el
+lisp/org-mks.elc:
lisp/org-mobile.elc: lisp/org.el
lisp/org-mouse.elc: lisp/org.el
lisp/org-plot.elc: lisp/org.el lisp/org-exp.el lisp/org-table.el