-use const and free json where it was allocated
[oweals/gnunet.git] / src / curl / Makefile.am
1 # This Makefile.am is in the public domain
2 AM_CPPFLAGS = -I$(top_srcdir)/src/include
3
4 if USE_COVERAGE
5   AM_CFLAGS = --coverage -O0
6   XLIB = -lgcov
7 endif
8
9 lib_LTLIBRARIES = \
10   libgnunetcurl.la
11
12 libgnunetcurl_la_LDFLAGS = \
13   -version-info 0:0:0 \
14   -no-undefined
15 libgnunetcurl_la_SOURCES = \
16   curl.c
17 libgnunetcurl_la_LIBADD = \
18   $(top_builddir)/src/util/libgnunetutil.la \
19   -ljansson \
20   $(XLIB)
21
22 #check_PROGRAMS = \
23 #  test_curl
24
25 #TESTS = \
26 #  $(check_PROGRAMS)
27
28 #test_curl_SOURCES = \
29 #  test_curl.c
30 #test_curl_LDADD = \
31 #  libgnunetcurl.la \
32 #  $(top_builddir)/src/util/libgnunetutil.la \
33 #  -ljansson -lcurl