summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2019-06-21 12:21:21 +0200
committerSimon Rettberg2019-06-21 12:21:21 +0200
commit8519931196ba8b73317acc086bb17006bfa2b78b (patch)
tree059a9c495e5f75d8735b7e2314fc391f1ab4d51b
parentEmpty read buffer in cleanup; better log messages (diff)
downloadldadp-8519931196ba8b73317acc086bb17006bfa2b78b.tar.gz
ldadp-8519931196ba8b73317acc086bb17006bfa2b78b.tar.xz
ldadp-8519931196ba8b73317acc086bb17006bfa2b78b.zip
libowfat >= 0.32 moves headers to libowfat/ subdir
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b1c322f..ba06d5e 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ fmt_ldapsearchfilterstring.o \
fmt_ldapdeleterequest.o scan_ldapdeleterequest.o normalize_dn.o
CC?=gcc
-CFLAGS+=-g -pipe -W -Wall -Wextra -std=gnu99 -Wno-unused-parameter
+CFLAGS+=-g -pipe -W -Wall -Wextra -std=gnu99 -Wno-unused-parameter -I/usr/include/libowfat
#CC=clang
#CFLAGS=-g -pipe -fsanitize=address -O1 -fno-omit-frame-pointer -W -Wall -Wextra -std=gnu99 -Wno-unused-parameter