2 # gzcompress module makefile
5 # WARNING: do not run this directly, it should be run by the master Makefile
7 include ../../Makefile.defs
11 ifeq ($(CROSS_COMPILE),)
12 BUILDER = $(shell which pkg-config)
16 DEFS += $(shell $(BUILDER) --cflags zlib)
17 LIBS += $(shell $(BUILDER) --libs zlib)
19 DEFS += -I$(LOCALBASE)/include
20 LIBS += -L$(LOCALBASE)/lib -lz
23 DEFS+=-DKAMAILIO_MOD_INTERFACE
25 include ../../Makefile.modules