From 092ab36bc4c2ecdce80082e51386d01cc2d47305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Wed, 14 Sep 2022 19:00:54 +0800 Subject: Minimum to get an app running The config and HTML files are in this project, so the paths shouldn't be decided in libshopify. --- web/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 web/Makefile.am (limited to 'web/Makefile.am') diff --git a/web/Makefile.am b/web/Makefile.am new file mode 100644 index 0000000..310bd37 --- /dev/null +++ b/web/Makefile.am @@ -0,0 +1,4 @@ +bin_PROGRAMS = shopifyappd +shopifyappd_SOURCES = main.c +shopifyappd_CPPFLAGS = $(DEPS_CFLAGS) +shopifyappd_LDFLAGS = $(DEPS_LIBS) -ltoml -lshopify -- cgit v1.2.3