summaryrefslogtreecommitdiff
path: root/src/mustach/Makefile.am
blob: a39a28d0d299feda03f7840017f03bc074ce66ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include $(LIBGCRYPT_CFLAGS)

if USE_COVERAGE
  AM_CFLAGS = --coverage -O0
  XLIB = -lgcov
endif


lib_LIBRARIES = \
  libmustach.a

libmustach_a_SOURCES = \
  mustach.c mustach.h

check_SCRIPTS = \
  run-original-tests.sh

TESTS = $(check_SCRIPTS)