Skip to content

Commit

Permalink
modules/afmongodb/Makefile.am: small fixes to libmongoc path
Browse files Browse the repository at this point in the history
Signed-off-by: bkil-syslogng <tamas.nagy@balabit.com>
  • Loading branch information
bkil-syslogng committed May 24, 2016
1 parent e6ea49f commit be1fd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/afmongodb/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ DIST_SUBDIRS += @LIBMONGO_SUBDIRS@

if LIBMONGO_INTERNAL
CLEAN_SUBDIRS += @LIBMONGO_SUBDIRS@
lmc_EXTRA_DEPS = @LIBMONGO_SUBDIRS@/src/libmongoc-1.0.la
lmc_EXTRA_DEPS = @LIBMONGO_SUBDIRS@/libmongoc-1.0.la

$(lmc_EXTRA_DEPS):
${MAKE} -C modules/afmongodb/mongo-c-driver
Expand Down

0 comments on commit be1fd83

Please sign in to comment.