summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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