######################################################################
##
##  Created by: Denis Filatov
##
##  Copyleft (c) 2015
##  This code is provided under the CeCill-C license agreement.
######################################################################
PROJECTROOT    = ../..
BUILDROOT      = ../../build
PROJECT        = ItsCertAsn
DEBUG          = yes
alibs          = ItsCertAsn
sources       := $(wildcard *.c)
includes      += .
include ../../common.mk
