Skip to content

Commit

Permalink
Merge pull request #27 from cicku/patch-1
Browse files Browse the repository at this point in the history
Correct the libtool file
  • Loading branch information
tdi committed Aug 7, 2014
2 parents 706d691 + 51816cd commit 4d1c403
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ STROPHE_LIBS = -lstrophe $(PARSER_LIBS) $(SSL_LIBS)
## Main build targets
lib_LTLIBRARIES = libstrophe.la

libstrophe_la_CFLAGS=$(SSL_LIBS) $(STROPHE_FLAGS) $(PARSER_CFLAGS)
libstrophe_la_CFLAGS=$(STROPHE_FLAGS) $(PARSER_CFLAGS)
libstrophe_la_LDFLAGS=$(SSL_LIBS) $(PARSER_LIBS)
libstrophe_la_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 \
Expand Down

0 comments on commit 4d1c403

Please sign in to comment.