aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-03-01 03:56:16 +0100
committerMattias Andrée <m@maandree.se>2026-03-01 03:56:16 +0100
commit948b23ca1fabfe65ab36d866031422e92840282f (patch)
tree07ff00b4959f734f65761896d39920e27396feb7 /config.mk
parentfix typos (diff)
downloadliblss16-948b23ca1fabfe65ab36d866031422e92840282f.tar.gz
liblss16-948b23ca1fabfe65ab36d866031422e92840282f.tar.bz2
liblss16-948b23ca1fabfe65ab36d866031422e92840282f.tar.xz
Fix mistakes, and finish ppmtolss16
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 166cb80..d66022d 100644
--- a/config.mk
+++ b/config.mk
@@ -7,6 +7,8 @@ CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE -DH
CFLAGS =
LDFLAGS =
+LDFLAGS_LIBQUANTA = -lquanta -lj2 -lm
+
LINKING = dynamic
# dynamic: dynamically link included utilities
# static: statically link included utilities