summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2016-03-06 12:31:53 -0800
committerGiampaolo Rodola <g.rodola@gmail.com>2016-03-06 12:31:53 -0800
commitbeca72daac4572b08dd431c002bcbb2202c7216f (patch)
tree39990eafe16367e371f1a8e4a9b79e21b4136ae3 /setup.py
parent8563d432f795ebc7cbaadb926970e4063ced0642 (diff)
downloadpsutil-beca72daac4572b08dd431c002bcbb2202c7216f.tar.gz
#795 / win servers: implement enumerate function
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index b0b8eb6d..a61b5ed2 100644
--- a/setup.py
+++ b/setup.py
@@ -92,6 +92,7 @@ if _common.WINDOWS:
'psutil/arch/windows/process_handles.c',
'psutil/arch/windows/security.c',
'psutil/arch/windows/inet_ntop.c',
+ 'psutil/arch/windows/services.c',
],
define_macros=[
VERSION_MACRO,