diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-02-27 21:41:40 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-02-27 21:41:40 +0100 |
| commit | 489d24b2d3e91762354023127fdaf384c2570427 (patch) | |
| tree | 85db1e2505522429dc9b8cba84e4578dc0f92516 /sample | |
| parent | 2eda46ed24d5c22dd895d3eebd8af931be4fefdc (diff) | |
| download | cataract-489d24b2d3e91762354023127fdaf384c2570427.tar.xz | |
Dist templates
Dist sample source structure
- automake always deference symlinks, we need to find better way to handle the sample structure
Diffstat (limited to 'sample')
| -rw-r--r-- | sample/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sample/Makefile.am b/sample/Makefile.am new file mode 100644 index 0000000..1ab712f --- /dev/null +++ b/sample/Makefile.am @@ -0,0 +1,6 @@ +NULL = + +EXTRA_DIST = \ + gen.sh \ + src \ + $(NULL) |
