Skip to content

Commit 2cb1d9e

Browse files
author
Burak Yucesoy
committed
Re-enable builds via debuild after directory restructuring
1 parent 873f81f commit 2cb1d9e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ DATA_built = $(foreach v,$(EXTVERSIONS),$(EXTENSION)--$(v).sql)
1818
DATA = $(wildcard $(EXTENSION)--*--*.sql)
1919

2020
MODULE_big = $(EXTENSION)
21-
OBJS = src/hll.o \
22-
src/MurmurHash3.o
21+
OBJS = $(patsubst %.c,%.o,$(wildcard src/*.c)) $(patsubst %.cpp,%.o,$(wildcard src/*.cpp))
2322

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

0 commit comments

Comments
 (0)