aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/Makefile.am
blob: ef5fa5c0bb295ed1ada044525bd8e1c10f2fdcf0 (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-conversation-gtk

gnunet_conversation_gtk_SOURCES = \
  gnunet-conversation-gtk.c \
  gnunet-conversation-gtk_about.c 

gnunet_conversation_gtk_LDADD = \
  $(top_builddir)/src/lib/libgnunetgtk.la \
  @GTK_LIBS@ \
  @GLADE_LIBS@ @GNUNET_LIBS@ \
  -lgnunetutil -lgnunetidentity -lgnunetconversation -lgnunetspeaker -lgnunetmicrophone -lgnunetgns -lgnunetfs -lextractor \
  $(INTLLIBS) 
gnunet_conversation_gtk_LDFLAGS = \
  -export-dynamic