A few build fixes. Found and suggested by David C.

This commit is contained in:
Jack Moffitt
2010-06-09 10:30:20 -06:00
parent d048124969
commit a02ce0151d
3 changed files with 3 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ lib_LIBRARIES = libstrophe.a
endif
libstrophe_a_CFLAGS=$(STROPHE_FLAGS) $(PARSER_CFLAGS)
libstrophe_a_include_HEADERS = strophe.h
libstrophe_a_SOURCES = src/auth.c src/conn.c src/ctx.c \
src/event.c src/handler.c src/hash.c \
src/jid.c src/md5.c src/sasl.c src/sha1.c \