diff options
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 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 |