diff options
Diffstat (limited to 'lib/observer/src/Makefile')
-rw-r--r-- | lib/observer/src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/observer/src/Makefile b/lib/observer/src/Makefile index ca26afc11d..91a4c656ad 100644 --- a/lib/observer/src/Makefile +++ b/lib/observer/src/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 2002-2011. All Rights Reserved. +# Copyright Ericsson AB 2002-2012. All Rights Reserved. # # The contents of this file are subject to the Erlang Public License, # Version 1.1, (the "License"); you may not use this file except in @@ -45,6 +45,7 @@ MODULES= \ observer_app_wx \ observer_lib \ observer_wx \ + observer_perf_wx \ observer_pro_wx \ observer_procinfo \ observer_sys_wx \ |