]> www.average.org Git - psmb.git/blobdiff - src/Makefile
add hash64 function
[psmb.git] / src / Makefile
index 2ce7e75d8d4841d4349fbf932c8f055ce3066d21..75e70a1b56ebe17817d630aa3f8132c7306d1bed 100644 (file)
@@ -2,7 +2,7 @@ CFLAGS = -pthread -Wall -I../include
 ARFLAGS = rcsv
 
 LIB = libpsmb.a
 ARFLAGS = rcsv
 
 LIB = libpsmb.a
-OBJ = psmb_socket.o
+OBJ = psmb_socket.o hash64.o
 
 all: $(LIB)
 
 
 all: $(LIB)