summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-07-01 06:04:02 +0000
committernima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-07-01 06:04:02 +0000
commit64bcd594dd652d58133ec69659ed89c700e8964c (patch)
tree41684d8e6f50703f2887df315996497bb12b5268
parenteb7958574ce98601433022d7d23343025c1e34b8 (diff)
downloadpython-dmidecode-64bcd594dd652d58133ec69659ed89c700e8964c.tar.gz
python-dmidecode-64bcd594dd652d58133ec69659ed89c700e8964c.tar.xz
python-dmidecode-64bcd594dd652d58133ec69659ed89c700e8964c.zip
Better named.
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@4 abc39116-655e-4be6-ad55-d661dc543056
-rw-r--r--dmidecodebin.c (renamed from test.c)2
1 files changed, 2 insertions, 0 deletions
diff --git a/test.c b/dmidecodebin.c
index b200316..3046298 100644
--- a/test.c
+++ b/dmidecodebin.c
@@ -1,3 +1,5 @@
+//. This file now produces the executable `dmidecode', and dynamically links
+//. against libdmidecode.so.
#include <Python.h>
#include <stdio.h>