Makefile 317 Bytes
Newer Older
YannGarcia's avatar
YannGarcia committed
PROJECTROOT  = ..
BUILDROOT    = ../build
PROJECT      = ItsSecurity
DEBUG        = yes
testdir      = tests

alibs        = $(PROJECT)
solibs       = $(PROJECT)

sources       := lib_its_security.c
sources-WIN32 := 
headers       := lib_its_security.h

cflags        += -Werror

include ../common.mk