diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-12-01 18:19:41 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-12-01 18:19:41 +0800 |
commit | ef807a6284710b0bf20303dd772bc329d6e61d80 (patch) | |
tree | 29d6b054e05740391cc445f6d320c5176b536aaa /configure.ac | |
parent | 199eab2f1a449b5f8096d882e2839a42950824c8 (diff) |
pkgconf support
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 06c015f..0e5400c 100644 --- a/configure.ac +++ b/configure.ac @@ -16,6 +16,6 @@ AC_FUNC_MALLOC AC_FUNC_REALLOC AC_TYPE_SIZE_T AC_CONFIG_HEADERS([config.h]) -AC_CONFIG_FILES([Makefile]) +AC_CONFIG_FILES([Makefile midtrans.pc]) AC_CONFIG_MACRO_DIRS([m4]) AC_OUTPUT |