summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: e555a0b457164df7124ec4ae38ba65c4f82f5a2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
MAINTAINERCLEANFILES = Makefile.in

INCLUDES = -I$(top_srcdir)

AM_CFLAGS = @DEFINES@ @GTK_CFLAGS@ @XMLRPC_C_CFLAGS@ -DDATAROOTDIR='"${pkgdatadir}"'

bin_PROGRAMS = viewtorrents

viewtorrents_SOURCES = main.c common.h \
					   customcellrendererstate.c customcellrendererstate.h \
					   customcellrendererprogress.c \
                       customcellrendererprogress.h \
					   customcellrendererrate.c customcellrendererrate.h \
					   customcellrendererleft.c customcellrendererleft.h

viewtorrents_LDADD = @GTK_LIBS@ @XMLRPC_C_LIBS@