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

plugindir = $(libdir)/gnunet

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

bin_PROGRAMS = \
	gnunet-did

gnunet_did_SOURCES = \
	gnunet-did.c
gnunet_did_LDADD = \
	$(top_builddir)/src/util/libgnunetutil.la \
	$(top_builddir)/src/gns/libgnunetgns.la \
	$(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
	$(top_builddir)/src/identity/libgnunetidentity.la \
	$(top_builddir)/src/namestore/libgnunetnamestore.la \
  	-ljansson