From 641d9621699b6e398f3f62ab9268de1d5bb5b24b Mon Sep 17 00:00:00 2001
From: amontero <amontero@166637.no-reply.drupal.org>
Date: Wed, 20 Jun 2012 22:10:27 +0200
Subject: [PATCH] Add drush make file for glip dependency (modules dir)

---
 git_deploy.make |    6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 git_deploy.make

diff --git a/git_deploy.make b/git_deploy.make
new file mode 100644
index 0000000..35f4c5e
--- /dev/null
+++ b/git_deploy.make
@@ -0,0 +1,6 @@
+core = 7.x
+api = 2
+libraries[glip][download][type] = git
+libraries[glip][download][url] = git://github.com/halstead/glip.git
+libraries[glip][download][branch] = 1.1
+libraries[glip][destination] = modules/git_deploy
-- 
1.7.10

