Working on LDAP Authentication, added `dispense -u` support
[tpg/opendispense2.git] / src / server / Makefile
index 34e55f6..04161e4 100644 (file)
@@ -3,10 +3,10 @@
 
 OBJ := main.o server.o logging.o
 OBJ += dispense.o itemdb.o
-OBJ += handler_coke.o
+OBJ += handler_coke.o handler_snack.o handler_door.o
 BIN := ../../dispsrv
 
-LINKFLAGS := -g ../../cokebank.so
+LINKFLAGS := -g ../../cokebank.so -lldap
 CPPFLAGS := 
 CFLAGS := -Wall -g
 

UCC git Repository :: git.ucc.asn.au