about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorStevan Andjelkovic <stevan.andjelkovic@strath.ac.uk>2012-01-03 23:27:24 +0100
committerStevan Andjelkovic <stevan.andjelkovic@strath.ac.uk>2012-01-03 23:27:24 +0100
commit02e49e429bf3990f81373b61dd3044acc20cd393 (patch)
treeca543622585f684a836875137d17bf32c6517adc /Makefile
parentcfd919ea2eb2fcfca2f2759cde43b1aeec539d84 (diff)
downloadxombrero-02e49e429bf3990f81373b61dd3044acc20cd393.tar.gz
Merge external editor stuff.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f447ea2..5be51bc 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ PROG=xxxterm
 MAN=xxxterm.1
 
 SRCS= cookie.c inspector.c marco.c about.c whitelist.c settings.c inputfocus.c
-SRCS+= history.c completion.c xxxterm.c
+SRCS+= history.c completion.c externaleditor.c xxxterm.c
 CFLAGS+= -O2 -Wall -Wno-format-extra-args -Wunused
 CFLAGS+= -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-sign-compare
 DEBUG= -ggdb3