chiark / gitweb /
cdb framework compiles - now just need to implement it
[chiark-tcl.git] / cdb / Makefile
index 9c1f665ff052bc968bc8ac3e1c80b85df1ed6785..58fa5aa99cf9d094bd75dd5e135acde459d17a85 100644 (file)
@@ -1,9 +1,9 @@
 BASE_DIR =     ../base
 EXTBASE =      cdb
-CFILES =       cdb
+CFILES =       readonly writeable
 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