aboutsummaryrefslogtreecommitdiff
path: root/src/rest-plugins/Makefile.am
blob: bdc323c69ed3629117c9bd04c5585d6f545ea8c7 (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
25
26
27
28
29
30
31
32
33
34
35
36
# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include

plugindir = $(libdir)/gnunet

pkgcfgdir= $(pkgdatadir)/config.d/

libexecdir= $(pkglibdir)/libexec/


if MINGW
  WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
endif

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

plugin_LTLIBRARIES = \


#libgnunet_plugin_rest_credential_la_SOURCES = \
#  plugin_rest_credential.c
#libgnunet_plugin_rest_credential_la_LIBADD = \
#  $(top_builddir)/src/credential/libgnunetcredential.la \
#	$(top_builddir)/src/rest/libgnunetrest.la \
#	$(top_builddir)/src/identity/libgnunetidentity.la \
#  $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
#  $(LTLIBINTL) -ljansson -lmicrohttpd
#libgnunet_plugin_rest_credential_la_LDFLAGS = \
# $(GN_PLUGIN_LDFLAGS)