ldap to makefile
This commit is contained in:
parent
dce708fa77
commit
55a7dabfe8
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
||||
CC = g++
|
||||
ASAN_FLAGS = -fsanitize=address -fno-omit-frame-pointer -Wno-format-security
|
||||
CFLAGS := -g -std=c++20 -Wall -I./include -I./server -I./client
|
||||
LDFLAGS += -fsanitize=address -lpthread -lssl -lcrypto
|
||||
LDFLAGS += -fsanitize=address -lpthread -lssl -lcrypto -lldap -llber
|
||||
VPATH = server/:client/
|
||||
|
||||
TARGET = client server
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user