diff options
author | Stevan Andjelkovic <stevan.andjelkovic@strath.ac.uk> | 2012-01-02 17:57:33 +0100 |
---|---|---|
committer | Stevan Andjelkovic <stevan.andjelkovic@strath.ac.uk> | 2012-01-02 17:57:33 +0100 |
commit | c1ac3eb45e9211189581d99398016821649ac644 (patch) | |
tree | 2b5dd4417eefab2c568b94fc054d32c3aeb3a974 /freebsd/Makefile | |
parent | 5b1812e85743e196c281d70483ef646aa53ef489 (diff) | |
download | xombrero-c1ac3eb45e9211189581d99398016821649ac644.tar.gz |
Add history.c and completion.c...
... and move history and completion related functions to them. ok marco@
Diffstat (limited to 'freebsd/Makefile')
-rw-r--r-- | freebsd/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/freebsd/Makefile b/freebsd/Makefile index a088b83..8834693 100644 --- a/freebsd/Makefile +++ b/freebsd/Makefile @@ -35,9 +35,14 @@ cookie.o: ../cookie.o inputfocus.o: ../inputfocus.o +history.o: ../history.o + +completion.o: ../completion.o + ../xxxterm.o: ../javascript.h -xxxterm: xxxterm.o freebsd.o marco.o about.o inspector.o whitelist.o settings.o cookie.o +xxxterm: xxxterm.o freebsd.o marco.o about.o inspector.o whitelist.o settings.o \ + cookie.o history.o completion.o $(CC) $(LDFLAGS) -o $@ *.o $+ $(LDADD) install: all |