Skip to content

Commit 4d82d69

Browse files
authored
Merge pull request #102 from matusvalo/fixed_build
Fixed broken build when using make
2 parents 9e1fdb4 + ae7da48 commit 4d82d69

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Building
22
RABBIT_DIR=rabbitmq-c
3-
RABBIT_TARGET=clib
4-
RABBIT_DIST=rabbitmq-c-0.8.0
3+
RABBIT_DIST=librabbitmq
54

65
# Distribuition tools
76
PYTHON=python
@@ -53,7 +52,6 @@ distclean: pyclean rabbitmq-distclean removepyc
5352
$(RABBIT_TARGET):
5453
(test -f config.h || cd $(RABBIT_DIR); ./configure --disable-tools --disable-docs)
5554
(cd $(RABBIT_DIR); make)
56-
mv "$(RABBIT_DIR)/$(RABBIT_DIST)" "$(RABBIT_TARGET)"
5755

5856

5957
dist: rabbitmq-c $(RABBIT_TARGET)

0 commit comments

Comments
 (0)