diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-10-10 16:33:40 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-10-10 16:33:40 +0800 |
commit | ce009bb7577b37fa2e0f6a1fb262f23803b0681e (patch) | |
tree | c574fc4e49ed0adcb1b88924a6d136d2a5ab834b | |
parent | 8abab3cd2d5c9e4be6aac3e2e31af7f5cf282ca1 (diff) |
Same applies to libtidy, if enabled
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 73a26bd..ce40312 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,7 @@ endif if STRAP libinterchange_la_SOURCES += strap.c libinterchange_la_CPPFLAGS = $(libinterchange_la_CPPFLAGS) $(TIDY_CFLAGS) +libinterchange_la_LDFLAGS += $(TIDY_LIBS) endif include_HEADERS = interchange.h pkginclude_HEADERS = \ |