summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-18 16:44:32 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-18 16:44:32 +0000
commitc44fbbea0488dada04e7183eb7518fa972375bce (patch)
tree1c3d0dcf7e7a30998de69c1202b3a0c7a150dcac /src/Makefile.am
parent52c98d2eb39d00659d051e6e74e0e8a098754163 (diff)
base64.c has gone from being a base64 implementation to a small wrapper around GMappedFile and the glib base64 encoder. Makes more sense in util.c now.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 660a59e..fbd1bb0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -33,7 +33,6 @@ endif
transmission_remote_gtk_SOURCES = main.c \
requests.c \
- base64.c \
json.c \
trg-main-window.c \
util.c \