aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: c8b385f61388d6d6c860b5a2bb5475baa350813c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Process this file with automake to produce Makefile.in

INCLUDES = \
	-I$(top_srcdir)/intl \
	@GTK_CFLAGS@

bin_PROGRAMS = gnunet-gtk

gnunet_gtk_SOURCES = \
	main.c \
	support.c support.h \
	interface.c interface.h \
	callbacks.c callbacks.h

gnunet_gtk_LDADD = @GTK_LIBS@ $(INTLLIBS)