ldap to makefile

This commit is contained in:
Benedikt Galbavy 2023-11-18 14:45:33 +01:00
parent dce708fa77
commit 55a7dabfe8

View File

@ -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