aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/Makefile.am
blob: 26c6e206e437778da7eecbf3e42e31d7a95cf429 (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
SUBDIRS = .

INCLUDES = \
  -I$(top_srcdir)/ \
  -I$(top_srcdir)/src/include \
  @GTK_CFLAGS@ \
  @GNUNET_CFLAGS@ \
  @GLADE_CFLAGS@

bin_PROGRAMS = gnunet-peerinfo-gtk

gnunet_peerinfo_gtk_SOURCES = \
  gnunet-peerinfo-gtk.c \
  gnunet-peerinfo-gtk-about.c \
  gnunet-peerinfo-gtk-flags.c gnunet-peerinfo-gtk-flags.h
gnunet_peerinfo_gtk_LDADD = \
  $(top_builddir)/src/lib/libgnunetgtk.la \
  @GTK_LIBS@ \
  @GLADE_LIBS@ @GNUNET_LIBS@ \
  -lgnunetutil -lgnunetpeerinfo -lgnunetcore -lgnunettransport -lgnunetats \
  $(INTLLIBS) 
gnunet_peerinfo_gtk_LDFLAGS = \
  -export-dynamic