diff options
author | David Zeuthen <david@fubar.dk> | 2003-12-24 10:21:53 +0000 |
---|---|---|
committer | David Zeuthen <david@fubar.dk> | 2003-12-24 10:21:53 +0000 |
commit | e0ae6a5461defd582dea8c2004684a31b127d939 (patch) | |
tree | d2f30940bacb953355074da8a3cb609d3cd9af61 /examples | |
parent | 5204f2522bc25baa54757144387bb854bc56d94c (diff) |
Forgot to add fileHAL_0_2
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.am | 3 | ||||
-rw-r--r-- | examples/volumed/Makefile.am | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am new file mode 100644 index 00000000..b539f3b8 --- /dev/null +++ b/examples/Makefile.am @@ -0,0 +1,3 @@ + +SUBDIRS = volumed + diff --git a/examples/volumed/Makefile.am b/examples/volumed/Makefile.am new file mode 100644 index 00000000..9e12bce7 --- /dev/null +++ b/examples/volumed/Makefile.am @@ -0,0 +1,3 @@ + +EXTRA_DIST = volumed.py + |