diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-25 09:57:45 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-25 09:57:45 +0800 |
commit | a606c79d52d2027afaafd424a25fa6a4598aa8d7 (patch) | |
tree | 896910159bdaa568b31684364d7d74492383e0d3 | |
parent | 0a92d3b2b3925e583db4b2bc0fed329704ba2694 (diff) |
Rename handler.c to strap.c
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | strap.c (renamed from handler.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e213024..625a358 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,7 @@ if IOS libinterchange_la_LDFLAGS = -static endif if STRAP -libinterchange_la_SOURCES += handler.c +libinterchange_la_SOURCES += strap.c libinterchange_la_CPPFLAGS = $(libinterchange_la_CPPFLAGS) $(TIDY_CFLAGS) endif include_HEADERS = icclient.h |