diff options
-rw-r--r-- | files/drupal6.make | 3 | ||||
-rw-r--r-- | files/drupal7.make | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/files/drupal6.make b/files/drupal6.make index ad2ae65..11f1d2e 100644 --- a/files/drupal6.make +++ b/files/drupal6.make @@ -190,3 +190,6 @@ libraries[ckeditor][download][md5] = "1c490b050c428e79a1f65ba5459e7ec9" projects[] = oauth projects[] = twitter projects[] = markdown +projects[] = redirect +projects[] = globalredirect +projects[] = path_redirect diff --git a/files/drupal7.make b/files/drupal7.make index 040967f..5c87303 100644 --- a/files/drupal7.make +++ b/files/drupal7.make @@ -96,3 +96,5 @@ projects[] = tagclouds projects[] = variable projects[] = languageicons projects[] = i18n +projects[] = globalredirect +projects[] = redirect |