rabbitmq / rabbitmq-erlang-client

Erlang client for RabbitMQ
https://www.rabbitmq.com/
Other
184 stars 127 forks source link

amqp_client.app.in: add missing dependency to rabbit_common #7

Closed kaos closed 10 years ago

kaos commented 10 years ago

The rabbit_common lib is not included when building a Erlang release unless rabbit_common is listed somewhere. And as it is a dependency of amqp_client, this is the right place to put it.

michaelklishin commented 10 years ago

This repository is a mirror. Please post your patch to rabbitmq-users. The canonical repo is at http://hg.rabbitmq.com.

Thank you.

kaos commented 10 years ago

Ah, ok. Posted