summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-21 16:53:46 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-21 16:53:46 +0800
commitfacc8f98ce5417cba5bc02475f74869ed719c6e4 (patch)
treed705534b6ef91702210710e79354b55e84ab9d0d /configure.ac
parent07560d8d578c8f4a1bd105fb324598474bda7842 (diff)
pkgconf support
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7901596..aa2530f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libshopify], [0.0], [erik@darapsa.co.id])
+AC_INIT([shopify], [0.0], [erik@darapsa.co.id])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CC
AM_PROG_AR
@@ -11,5 +11,5 @@ AC_CHECK_FUNCS([strrchr])
AC_FUNC_MALLOC
AC_FUNC_REALLOC
AC_TYPE_SIZE_T
-AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([Makefile shopify.pc])
AC_OUTPUT