aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
blob: 6f1fc1b19e4cc8c71e323245c4decb496013da28 (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
37
38
39
40
41
42
43
44
45
SUBDIRS = .

# we use libgnunetutil to load plugins, and it
# only looks in /gnunet, not /gnunet-gtk!
plugindir = $(libdir)/gnunet

AM_CPPFLAGS = \
  -I$(top_srcdir)/ \
  -I$(top_srcdir)/src/include

bin_PROGRAMS = gnunet-namestore-gtk

gnunet_namestore_gtk_SOURCES = \
  gnunet-namestore-gtk.c \
  gnunet-namestore-gtk_edit.c gnunet-namestore-gtk_edit.h
gnunet_namestore_gtk_LDADD = \
  $(top_builddir)/src/lib/libgnunetgtk.la \
  @GTK_LIBS@ @GNUNET_LIBS@ @GLADE_LIBS@ @QR_LIBS@ \
  $(WINLIBS) \
  -lgnunetutil -lgnunetgnsrecord -lgnunetnamestore -lgnunetdnsparser \
  -lgnunetidentity \
  $(INTLLIBS)
gnunet_namestore_gtk_CFLAGS = \
  @GTK_CFLAGS@ \
  @GNUNET_CFLAGS@ \
  @GLADE_CFLAGS@ \
  @QR_CFLAGS@
gnunet_namestore_gtk_LDFLAGS = \
  -export-dynamic



plugin_LTLIBRARIES = \
  libgnunet_plugin_gtk_namestore_a.la

libgnunet_plugin_gtk_namestore_a_la_SOURCES = \
  plugin_gtk_namestore_a.c
libgnunet_plugin_gtk_namestore_a_la_CFLAGS = \
  @GTK_CFLAGS@ \
  @GNUNET_CFLAGS@ \
  @GLADE_CFLAGS@
libgnunet_plugin_gtk_namestore_a_la_LIBADD = \
  -lgnunetutil
libgnunet_plugin_gtk_namestore_a_la_LDFLAGS = \
 $(GN_PLUGIN_LDFLAGS)