Skip to content

Commit

Permalink
Don't install contrib graphs by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjell-Magne Øierud committed Jul 1, 2011
1 parent 7d5af7c commit 0503018
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Expand Up @@ -9,7 +9,10 @@ PERL_SITELIB_DIR:=$(shell perl '-V:installsitelib'|cut -d"'" -f2)
# monitor one instance.
INSTANCES:=""

GRAPHS:=$(shell find lib contrib -name '*.pm')
GRAPHS:=$(shell find lib -name '*.pm')
# Uncomment the following line if you also want to install all the
# contributed graphs:
# GRAPHS:=$(shell find lib contrib -name '*.pm')

### Don't edit below this line

Expand Down

0 comments on commit 0503018

Please sign in to comment.