aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/peers/Makefile.am
blob: 7279627b08b9c18e769fcf153dde9a7a07fcd247 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
INCLUDES = \
  -I$(top_srcdir)/intl \
  -I$(top_srcdir)/src/include \
  @GTK_CFLAGS@ \
  @GNUNETGTK_CFLAGS@

plugindir = $(libdir)/GNUnet

plugin_LTLIBRARIES = \
  libgnunetgtkmodule_peers.la

libgnunetgtkmodule_peers_la_SOURCES = \
  peers.c
libgnunetgtkmodule_peers_la_LIBADD = \
  @GTK_LIBS@ @GNUNETGTK_LIBS@ \
  $(top_builddir)/src/common/libgnunetgtk_common.la \
  -lgnunetutil \
  -lgnunetidentity_api \
  -lgnunetgetoption_api 
libgnunetgtkmodule_peers_la_LDFLAGS = \
  -export-dynamic -avoid-version -module