aboutsummaryrefslogtreecommitdiff
path: root/src/contrib/cli/template/Makefile.am
blob: b60095d8070d1dfd08e60dbac799f058e50e8aae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include

pkgcfgdir= $(pkgdatadir)/config.d/

libexecdir= $(pkglibdir)/libexec/

if USE_COVERAGE
  AM_CFLAGS = -fprofile-arcs -ftest-coverage
endif

noinst_PROGRAMS = \
 gnunet-template


gnunet_template_SOURCES = \
 gnunet-template.c
gnunet_template_LDADD = \
  $(top_builddir)/src/lib/util/libgnunetutil.la
gnunet_template_LDFLAGS = \
  $(GN_LIBINTL)