diff options
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r-- | src/gns/Makefile.am | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am new file mode 100644 index 00000000..200677a2 --- /dev/null +++ b/src/gns/Makefile.am | |||
@@ -0,0 +1,22 @@ | |||
1 | SUBDIRS = . | ||
2 | |||
3 | INCLUDES = \ | ||
4 | -I$(top_srcdir)/ \ | ||
5 | -I$(top_srcdir)/src/include \ | ||
6 | @GTK_CFLAGS@ \ | ||
7 | @GNUNET_CFLAGS@ \ | ||
8 | @GLADE_CFLAGS@ | ||
9 | |||
10 | bin_PROGRAMS = gnunet-gns-gtk | ||
11 | |||
12 | gnunet_gns_gtk_SOURCES = \ | ||
13 | gnunet-gns-gtk.c \ | ||
14 | gnunet-gns-gtk_about.c | ||
15 | gnunet_gns_gtk_LDADD = \ | ||
16 | $(top_builddir)/src/lib/libgnunetgtk.la \ | ||
17 | @GTK_LIBS@ \ | ||
18 | @GLADE_LIBS@ @GNUNET_LIBS@ \ | ||
19 | -lgnunetutil \ | ||
20 | $(INTLLIBS) | ||
21 | gnunet_gns_gtk_LDFLAGS = \ | ||
22 | -export-dynamic | ||