summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2023-08-06 16:54:57 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2023-08-06 16:54:57 (GMT)
commit4fcc35a52ccb025b6d803d85e017931cd2452960 (patch)
treee95920f16c273e41f9cae1ea2f02571c221a514e /src/Makefile.am
parent74d062d4ec55d7ac3914bbf64b8b6c5ab52227df (diff)
Extend the ROST grammar with a first batch of new features.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1fe76bc..233fc10 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -66,6 +66,12 @@ libchrysacore_la_LDFLAGS += $(LIBCURL_LIBS)
endif
+if BUILD_MAGIC_SUPPORT
+
+libchrysacore_la_LDFLAGS += $(LIBMAGIC_LIBS)
+
+endif
+
############################################################