PKGDIR           ?= ../..
L4DIR            ?= $(PKGDIR)/../..

TARGET           := libmag-plugin.o.a
SRC_CC           := plugin.cc
LDFLAGS          += --unique

include $(L4DIR)/mk/lib.mk

# On PIE builds, static libraries will be compiled with -fPIE. Override here
# with NOPICFLAGS because CPPFLAGS will go before and won't take effect.
NOPICFLAGS	 += -fPIC
