Skip to content

Commit

Permalink
Re-enable builds via debuild after directory restructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
Burak Yucesoy committed Oct 30, 2018
1 parent 873f81f commit 2cb1d9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ DATA_built = $(foreach v,$(EXTVERSIONS),$(EXTENSION)--$(v).sql)
DATA = $(wildcard $(EXTENSION)--*--*.sql)

MODULE_big = $(EXTENSION)
OBJS = src/hll.o \
src/MurmurHash3.o
OBJS = $(patsubst %.c,%.o,$(wildcard src/*.c)) $(patsubst %.cpp,%.o,$(wildcard src/*.cpp))

PG_CPPFLAGS = -fPIC -Wall -Wextra -Werror -Wno-unused-parameter -Wno-implicit-fallthrough -Iinclude -I$(libpq_srcdir)

Expand Down

0 comments on commit 2cb1d9e

Please sign in to comment.