diff options
author | Stevan Andjelkovic <stevan.andjelkovic@strath.ac.uk> | 2012-01-03 23:27:24 +0100 |
---|---|---|
committer | Stevan Andjelkovic <stevan.andjelkovic@strath.ac.uk> | 2012-01-03 23:27:24 +0100 |
commit | 02e49e429bf3990f81373b61dd3044acc20cd393 (patch) | |
tree | ca543622585f684a836875137d17bf32c6517adc /freebsd | |
parent | cfd919ea2eb2fcfca2f2759cde43b1aeec539d84 (diff) | |
download | xombrero-02e49e429bf3990f81373b61dd3044acc20cd393.tar.gz |
Merge external editor stuff.
Diffstat (limited to 'freebsd')
-rw-r--r-- | freebsd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/freebsd/Makefile b/freebsd/Makefile index 21d9bb1..ebb51e6 100644 --- a/freebsd/Makefile +++ b/freebsd/Makefile @@ -39,10 +39,12 @@ history.o: ../history.o completion.o: ../completion.o +externaleditor.o: ../externaleditor.o + ../xxxterm.o: ../javascript.h xxxterm: xxxterm.o freebsd.o marco.o about.o inspector.o whitelist.o settings.o \ - cookie.o history.o completion.o inputfocus.o + cookie.o history.o completion.o inputfocus.o externaleditor.o $(CC) $(LDFLAGS) -o $@ *.o $+ $(LDADD) install: all |