Skip to content

Commit

Permalink
Merge pull request elastic#27 from balabit/merge/h/crypto-depends
Browse files Browse the repository at this point in the history
Make modules that link to crypto libs depend on them too
  • Loading branch information
bazsi committed Dec 2, 2013
2 parents 86303cd + 09fdb14 commit 4746596
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/afmongodb/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ modules_afmongodb_libafmongodb_la_LIBADD = \
modules_afmongodb_libafmongodb_la_LDFLAGS = \
$(MODULE_LDFLAGS)
modules_afmongodb_libafmongodb_la_DEPENDENCIES = \
$(MODULE_DEPS_LIBS) ${lmc_EXTRA_DEPS}
$(MODULE_DEPS_LIBS) $(CRYPTO_LIBS) ${lmc_EXTRA_DEPS}

modules/afmongodb modules/afmongodb/ mod-afmongodb mod-mongodb: \
modules/afmongodb/libafmongodb.la
Expand Down
2 changes: 1 addition & 1 deletion modules/afsmtp/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ modules_afsmtp_libafsmtp_la_LIBADD = \
modules_afsmtp_libafsmtp_la_LDFLAGS = \
$(MODULE_LDFLAGS)
modules_afsmtp_libafsmtp_la_DEPENDENCIES= \
$(MODULE_DEPS_LIBS)
$(MODULE_DEPS_LIBS) $(CRYPTO_LIBS)

modules/afsmtp modules/afsmtp/ mod-afsmtp mod-smtp: \
modules/afsmtp/libafsmtp.la
Expand Down
2 changes: 1 addition & 1 deletion modules/afsql/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ modules_afsql_libafsql_la_LIBADD = \
modules_afsql_libafsql_la_LDFLAGS = \
$(MODULE_LDFLAGS)
modules_afsql_libafsql_la_DEPENDENCIES = \
$(MODULE_DEPS_LIBS)
$(MODULE_DEPS_LIBS) $(CRYPTO_LIBS)

modules/afsql modules/afsql/ mod-afsql mod-sql: \
modules/afsql/libafsql.la
Expand Down

0 comments on commit 4746596

Please sign in to comment.