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 /Makefile.am | |
| 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 'Makefile.am')
| -rw-r--r-- | Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index b782c4b..76fd658 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,9 @@ NULL = SUBDIRS = \ - src + src \ + templates \ + sample EXTRA_DIST = \ $(NULL) @@ -20,4 +22,4 @@ samples: ACLOCAL_AMFLAGS = -I m4 -AUTOMAKE_OPTIONS = foreign +AUTOMAKE_OPTIONS = foreign dist-bzip2 |
