Skip to content

Commit

Permalink
Merge pull request php-amqp#179 from remicollet/issue-libsir
Browse files Browse the repository at this point in the history
honour --with-libdir option
  • Loading branch information
lstrojny committed Sep 19, 2015
2 parents e163f2b + 0205ec6 commit df483a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if test "$PHP_AMQP" != "no"; then
fi
fi

PHP_ADD_LIBRARY_WITH_PATH($LIBNAME, $AMQP_DIR/lib, AMQP_SHARED_LIBADD)
PHP_ADD_LIBRARY_WITH_PATH($LIBNAME, $AMQP_DIR/$PHP_LIBDIR, AMQP_SHARED_LIBADD)
PHP_SUBST(AMQP_SHARED_LIBADD)

AMQP_SOURCES="amqp.c amqp_exchange.c amqp_queue.c amqp_connection.c amqp_connection_resource.c amqp_channel.c amqp_envelope.c amqp_object_store.c"
Expand Down

0 comments on commit df483a5

Please sign in to comment.