summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-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
diff --git a/handler.c b/strap.c
index eb456c1..eb456c1 100644
--- a/handler.c
+++ b/strap.c