summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/librdkafka-2.1.0/tests/plugin_test/Makefile
blob: a39f18270e89381d3b782d6bbbe4c57b945c84ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
LIBNAME=	plugin_test
LIBVER=		1

-include ../../Makefile.config

SRCS=		plugin_test.c

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

# For rdkafka.h
CPPFLAGS+=-I../../src

all: lib

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

clean: lib-clean

-include $(DEPS)