diff options
author | infirit <[email protected]> | 2014-12-19 00:38:30 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-19 00:48:47 +0100 |
commit | 18833cb8c4c52155e055ef54d52dacc34d75d551 (patch) | |
tree | 959af84c41016586b55be3ab2e6a27b9c8b54a35 /src/Makefile.am | |
parent | 51357cc58ed32763b7eaff97d9ba04507ac0665d (diff) | |
download | mate-system-monitor-18833cb8c4c52155e055ef54d52dacc34d75d551.tar.bz2 mate-system-monitor-18833cb8c4c52155e055ef54d52dacc34d75d551.tar.xz |
Add a Process Properties dialog in MATE System Monitor
Taken from GSM commit: 72546b7f3346fc0647a433529f3292050f15278f
From: Krishnan Parthasarathi <[email protected]>
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=543347
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3c350bb..f8a852f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,6 +22,7 @@ mate_system_monitor_cpp_files = \ procdialogs.cpp \ memmaps.cpp \ openfiles.cpp \ + procproperties.cpp \ smooth_refresh.cpp \ disks.cpp \ selinux.cpp \ |