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

plugindir = $(libdir)/GNUnet

plugin_LTLIBRARIES = \
  libgnunetgtkmodule_daemon.la

libgnunetgtkmodule_daemon_la_SOURCES = \
  daemon.c
libgnunetgtkmodule_daemon_la_LIBADD = \
	 @GTK_LIBS@ @GNUNETGTK_LIBS@ \
  $(top_builddir)/src/common/libgnunetgtk_common.la \
  -lgnunetutil \
  -lgnunetgetoption_api 
libgnunetgtkmodule_daemon_la_LDFLAGS = \
  -export-dynamic -avoid-version -module