exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

Makefile (202B)


      1 EXTENSION = own_test
      2 MODULES = own_test
      3 DATA = own_test.sql
      4 PG_CPPFLAGS = -I /usr/include/postgresql
      5 
      6 # postgresql build stuff
      7 PG_CONFIG = pg_config
      8 PGXS := $(shell $(PG_CONFIG) --pgxs)
      9 include $(PGXS)