summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2013-07-03 17:24:48 +0100
committerAsk Solem <ask@celeryproject.org>2013-07-03 17:24:48 +0100
commitc43da297bb0caf8b5549c1c16db7fc1000817213 (patch)
tree872477d694e74019870ae438a837a10a42d0fc07
parentee49075eb111deab6c55420432b85b3bf66adb65 (diff)
downloadrabbitmq-c-github-ask-c43da297bb0caf8b5549c1c16db7fc1000817213.tar.gz
Fixes typo amqp-socket.h -> amqp_socket.h
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7d7d30d..4b87e4f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,7 +12,7 @@ endif #REGENERATE_AMQP_FRAMING
lib_LTLIBRARIES = librabbitmq/librabbitmq.la
librabbitmq_librabbitmq_la_SOURCES = \
- librabbitmq/amqp-socket.h \
+ librabbitmq/amqp_socket.h \
librabbitmq/amqp_tcp_socket.c \
librabbitmq/amqp_api.c \
librabbitmq/amqp_connection.c \