summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-06 03:20:43 +0200
committerMattias Andrée <maandree@kth.se>2021-04-06 03:20:43 +0200
commit3fbe6edb3f2250fcf494e70105039a4f32c52066 (patch)
tree544ccc9d74fcf15ec9fb23bb27818b355f7b6f86 /config.mk
parentm + Add timer (diff)
downloadpdatools-3fbe6edb3f2250fcf494e70105039a4f32c52066.tar.gz
pdatools-3fbe6edb3f2250fcf494e70105039a4f32c52066.tar.bz2
pdatools-3fbe6edb3f2250fcf494e70105039a4f32c52066.tar.xz
Use libsimple instead of libcore
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 108056d..4792a0b 100644
--- a/config.mk
+++ b/config.mk
@@ -5,4 +5,4 @@ VIDEO_GROUP = video
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE
CFLAGS = -std=c99 -Wall -Wextra -O2 -g $(CPPFLAGS)
-LDFLAGS = -lcore
+LDFLAGS = -lsimple