diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-11-11 15:01:00 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-11-11 15:01:00 -0200 |
commit | 16c977ea7350aabeec5b3459f73aaf75e68ce1e8 (patch) | |
tree | 9897dfb95a146e4c471c5ccf2dce1cf122c45fdf | |
parent | 1481c8e3f7676ed0bc82e02a390b0af8a712e9e7 (diff) | |
download | puppet-drupal-16c977ea7350aabeec5b3459f73aaf75e68ce1e8.tar.gz puppet-drupal-16c977ea7350aabeec5b3459f73aaf75e68ce1e8.tar.bz2 |
Adding custom_search to 7.x makefile
-rw-r--r-- | files/drupal7.make | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/drupal7.make b/files/drupal7.make index dc071f9..9ab7a76 100644 --- a/files/drupal7.make +++ b/files/drupal7.make @@ -95,3 +95,4 @@ projects[] = calendar projects[] = token projects[] = insert projects[] = advanced_help +projects[] = custom_search |