9 lines
206 B
Makefile
9 lines
206 B
Makefile
MODULE_big := pg-libphonenumber
|
|
OBJS := pg-libphonenumber.o
|
|
PG_CPPFLAGS := -fPIC -std=c++11
|
|
SHLIB_LINK := -lphonenumber -lstdc++
|
|
|
|
PG_CONFIG := pg_config
|
|
PGXS := $(shell $(PG_CONFIG) --pgxs)
|
|
include $(PGXS)
|