refactor: hemar reboot
This commit is contained in:
16
package/c/hemar-legacy/Makefile
Normal file
16
package/c/hemar-legacy/Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
MODULE_big = hemar
|
||||
OBJS = hemar.o
|
||||
EXTENSION = hemar
|
||||
|
||||
DATA = $(wildcard *.sql)
|
||||
|
||||
HECTIC_CONFIG = hectic-config
|
||||
PG_CONFIG = pg_config
|
||||
|
||||
PG_CFLAGS += $(shell $(HECTIC_CONFIG) --cflags)
|
||||
PG_LDFLAGS += -Wl,-rpath,$(shell $(HECTIC_CONFIG) --libdir)
|
||||
SHLIB_LINK += $(shell $(HECTIC_CONFIG) --libs)
|
||||
|
||||
PGXS := $(shell $(PG_CONFIG) --pgxs)
|
||||
|
||||
include $(PGXS)
|
||||
Reference in New Issue
Block a user