diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-27 23:41:31 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-27 23:41:31 +0800 |
| commit | 65a334cf2fe2d7d524c129f0df765463a91f542c (patch) | |
| tree | d182a3e1b474dfd9329357154a1a618a199cdebb /Makefile.am | |
Shipping API client framework
with 1 module so far.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..5d8f4d7 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,6 @@ +lib_LTLIBRARIES = libpikul.la +libpikul_la_SOURCES = pikul.c shipping.c handler.c \ + anteraja.c +libpikul_la_CPPFLAGS = $(DEPS_CFLAGS) +libpikul_la_LDFLAGS = $(DEPS_LIBS) +include_HEADERS = pikul.h |