aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/Makefile.am
blob: 5b2992ffbdb4259821c71f1949c164099bb6be1e (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 -lgnunettransport -lgnunetats -lgnunetcore -lgnunetfriends \
  $(INTLLIBS)
gnunet_peerinfo_gtk_LDFLAGS = \
  -export-dynamic