Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
Installed the shared object in the proper directory
  • Loading branch information
PSUdaemon committed Mar 19, 2012
1 parent 21da253 commit f79421f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -6,7 +6,7 @@ DOCS = $(wildcard doc/*.*)
TESTS = $(wildcard test/sql/*.sql)
REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS))
REGRESS_OPTS = --inputdir=test
MODULE_big = $(patsubst %.c,%,$(wildcard src/*.c))
MODULE_big = $(patsubst src/%.c,%,$(wildcard src/*.c))
OBJS = src/pg_amqp.o \
src/librabbitmq/amqp_api.o src/librabbitmq/amqp_connection.o src/librabbitmq/amqp_debug.o \
src/librabbitmq/amqp_framing.o src/librabbitmq/amqp_mem.o src/librabbitmq/amqp_socket.o \
Expand Down

0 comments on commit f79421f

Please sign in to comment.