aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2008-08-06 09:50:10 +0200
committerLars Hjemli <hjemli@gmail.com>2008-08-06 09:50:10 +0200
commite352a013aed6e925a10a92916500c7deccf1410a (patch)
tree7c49bf453bee4f624025d62bae92b4926bf83bfe /Makefile
parentcgitrc: explain new local-time option (diff)
parentAdd atom-support (diff)
downloadcgit-e352a013aed6e925a10a92916500c7deccf1410a.tar.xz
cgit-e352a013aed6e925a10a92916500c7deccf1410a.zip
Merge branch 'lh/atom'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e1436a3..6458431 100644
--- a/Makefile
+++ b/Makefile
@@ -55,6 +55,7 @@ OBJECTS += configfile.o
OBJECTS += html.o
OBJECTS += parsing.o
OBJECTS += shared.o
+OBJECTS += ui-atom.o
OBJECTS += ui-blob.o
OBJECTS += ui-commit.o
OBJECTS += ui-diff.o