diff options
author | Lars Hjemli <hjemli@gmail.com> | 2008-08-06 09:50:10 +0200 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2008-08-06 09:50:10 +0200 |
commit | e352a013aed6e925a10a92916500c7deccf1410a (patch) | |
tree | 7c49bf453bee4f624025d62bae92b4926bf83bfe /Makefile | |
parent | cgitrc: explain new local-time option (diff) | |
parent | Add atom-support (diff) | |
download | cgit-pink-e352a013aed6e925a10a92916500c7deccf1410a.tar.gz cgit-pink-e352a013aed6e925a10a92916500c7deccf1410a.zip |
Merge branch 'lh/atom'
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 |
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 |