diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-20 07:55:46 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-20 07:55:46 +0800 |
commit | dcac0af95d01494c6be1abba54ad6b1c35b56039 (patch) | |
tree | 5ee83a1ea66c462dbc8e73cba63746509d05632e /Makefile.am | |
parent | adbcb9c538c744973a374128ebfc4606b658ec02 (diff) |
Start using l8w8jwt instead of libjwt
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 310bd37..15b5705 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ bin_PROGRAMS = shopifyappd shopifyappd_SOURCES = main.c shopifyappd_CPPFLAGS = $(DEPS_CFLAGS) -shopifyappd_LDFLAGS = $(DEPS_LIBS) -ltoml -lshopify +shopifyappd_LDFLAGS = $(DEPS_LIBS) -ltoml -ll8w8jwt -lshopify |