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