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

INCLUDES = \
  -I$(top_srcdir)/ \
  -I$(top_srcdir)/src/include \
  @GTK_CFLAGS@ \
  @GNUNET_CFLAGS@ \
  @GLADE_CFLAGS@ \
  @unique_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@  @unique_LIBS@ \
  -lgnunetutil -lgnunetpeerinfo -lgnunethello -lgnunettransport -lgnunetats -lgnunetcore -lgnunetfriends \
  $(INTLLIBS)
gnunet_peerinfo_gtk_LDFLAGS = \
  -export-dynamic