diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-27 23:51:46 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-27 23:51:46 +0800 |
commit | 9c26a7ea4265b6f372ba40ea5fcb6fc440538813 (patch) | |
tree | 1e529c5eefb9b1254d883cb63bc35af5892e499d /Makefile.am | |
parent | 65a334cf2fe2d7d524c129f0df765463a91f542c (diff) |
Make headers function inline
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5d8f4d7..f5a691e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ lib_LTLIBRARIES = libpikul.la -libpikul_la_SOURCES = pikul.c shipping.c handler.c \ +libpikul_la_SOURCES = pikul.c handler.c \ anteraja.c libpikul_la_CPPFLAGS = $(DEPS_CFLAGS) libpikul_la_LDFLAGS = $(DEPS_LIBS) |