summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/librdkafka-2.1.0/tests/interceptor_test/Makefile
blob: 125e360322d2e6adc59a1901ece3f71723cdc369 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PKGNAME=	interceptor_test
LIBNAME=	interceptor_test
LIBVER=		1

-include ../../Makefile.config

SRCS=		interceptor_test.c

OBJS=		$(SRCS:.c=.o)

# For rdkafka.h
CPPFLAGS+=-I../../src
LDFLAGS+=-L../../src
LIBS+=-lrdkafka

all: lib

include ../../mklove/Makefile.base

clean: lib-clean

-include $(DEPS)