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