summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2011-11-17 21:32:51 +0100
committerJoel Klinghed <the_jk@yahoo.com>2011-11-17 21:32:51 +0100
commit574e9ca2bc2d2893767b14e0732cbffd07d4979a (patch)
tree291523ce96b6376d85dcdac86063351e6f6552ba /src/Makefile.am
parent331d327671af3969e56e8019657a91ead88643d3 (diff)
autofoo & finishing touches on VIEW torrent. Interaction next time
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
new file mode 100644
index 0000000..e555a0b
--- /dev/null
+++ b/src/Makefile.am
@@ -0,0 +1,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@
+