aboutsummaryrefslogtreecommitdiffstats
path: root/gitto/Makefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-12 16:02:23 +0200
committerGravatar Tom Willemse2013-05-12 20:37:54 +0200
commit964756b7308dbe0aecc30fe668ae6a2a24f449be (patch)
tree6557eb8bddacb1744b25d05ab5697bbe14fba9e0 /gitto/Makefile
parenta3d1cc969fdbed3249f1a40ac156e0b8b1fe3ef7 (diff)
downloadgitto-964756b7308dbe0aecc30fe668ae6a2a24f449be.tar.gz
gitto-964756b7308dbe0aecc30fe668ae6a2a24f449be.zip
Split git function into separate module
Diffstat (limited to 'gitto/Makefile')
-rw-r--r--gitto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitto/Makefile b/gitto/Makefile
index dba5570..e9422aa 100644
--- a/gitto/Makefile
+++ b/gitto/Makefile
@@ -3,7 +3,7 @@ SITEDIR = $(shell pkg-config guile-2.0 --variable=sitedir \
--define-variable=prefix=$(DESTDIR))
COMPDIR = $(DESTDIR)/lib/guile/2.0/site-ccache
-objects = main.scm main.go path.scm path.go
+objects = git.scm git.go main.scm main.go path.scm path.go
install-objects = $(addprefix install-,$(objects))
uninstall-objects = $(addprefix uninstall-,$(objects))