chiark / gitweb /
writeable lookups now compile
[chiark-tcl.git] / cdb / Makefile
index 9c1f665ff052bc968bc8ac3e1c80b85df1ed6785..07082e959c886963db08155d4bd91222cd4bb78c 100644 (file)
@@ -1,9 +1,9 @@
 BASE_DIR =     ../base
 EXTBASE =      cdb
-CFILES =       cdb
+CFILES =       readonly writeable lookup
 OTHER_TCTS =   ../hbytes/hbytes-base.tct
 CPPFLAGS +=    -I../hbytes
-LDLIBS +=      ../hbytes/chiark_tcl_hbytes.so -ltinycdb
+LDLIBS +=      ../hbytes/chiark_tcl_hbytes.so -lcdb
 
 include ../base/extension.make