aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-03 11:06:36 +0200
committerMattias Andrée <maandree@kth.se>2021-04-03 11:06:36 +0200
commitcfc081f9c4f5f538145cbd93f98f714d0be1dad0 (patch)
treeaa9c213cb875568d11194c10f92849605d2d3c0d /config.mk
parentUse strcmpnul (diff)
downloadcontacts-cfc081f9c4f5f538145cbd93f98f714d0be1dad0.tar.gz
contacts-cfc081f9c4f5f538145cbd93f98f714d0be1dad0.tar.bz2
contacts-cfc081f9c4f5f538145cbd93f98f714d0be1dad0.tar.xz
m + Add multicall binary
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 34514f2..2c119c1 100644
--- a/config.mk
+++ b/config.mk
@@ -3,6 +3,6 @@ MANPREFIX = $(PREFIX)/share/man
CC = cc
-CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
+CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -I../libcontacts
CFLAGS = -std=c99 -Wall -O2
-LDFLAGS = -s -lcontacts -lsimple
+LDFLAGS = -s -L../libcontacts -lcontacts -lsimple