diff options
Diffstat (limited to 'javascript/Makefile')
-rw-r--r-- | javascript/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/Makefile b/javascript/Makefile index 1e228f1..5419c64 100644 --- a/javascript/Makefile +++ b/javascript/Makefile @@ -16,7 +16,7 @@ VDRDIR ?= ../../../.. ### The object files (add further files here): OBJS = alphaAPI.o domLib.o domTT_drag.o domTT.o fadomatic.o \ - treeview.o + treeview.o ajax.o ### Default rules: |