changing heap remove node api to not pass heap; more fs hacking
[oweals/gnunet.git] / src / mesh / Makefile.am
1 INCLUDES = -I$(top_srcdir)/src/include
2
3 if MINGW
4   WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
5 endif
6
7 if USE_COVERAGE
8   AM_CFLAGS = --coverage -O0
9   XLIB = -lgcov
10 endif
11
12
13 lib_LTLIBRARIES = \
14   libgnunetmesh.la
15
16 libgnunetmesh_la_SOURCES = \
17   mesh_api.c
18 libgnunetmesh_la_LIBADD = \
19   $(top_builddir)/src/util/libgnunetutil.la \
20   $(top_builddir)/src/core/libgnunetcore.la \
21   $(GN_LIBINTL) $(XLIB)
22 libgnunetmesh_la_LDFLAGS = \
23   $(GN_LIB_LDFLAGS) $(WINFLAGS) \
24   -version-info 0:0:0