chiark / gitweb /
changed build arrangements, added version number, in preparation for productisation
[chiark-tcl.git] / crypto / Makefile
index 12fccd7d604c91af53fd3822f66c7be17bdb044b..9dee1a374baf77afbb08f364328eb1d6282ff978 100644 (file)
@@ -2,8 +2,8 @@ BASE_DIR =      ../base
 EXTBASE =      crypto
 CFILES =       algtables bcmode crypto hook
 OTHER_TCTS =   ../hbytes/hbytes-base.tct
-CPPFLAGS +=    -I../hbytes
-LDLIBS +=      ../hbytes/chiark_tcl_hbytes.so -lnettle
+OTHER_EXTS =   hbytes/hbytes
+LDLIBS +=      -lnettle
 
 include ../base/extension.make