diff options
| author | Jaromil <[email protected]> | 2011-01-31 10:07:55 (GMT) |
|---|---|---|
| committer | Jaromil <[email protected]> | 2011-01-31 10:09:36 (GMT) |
| commit | bb5690f24b00c5e27fc4dca300cf3bc7369f23b1 (patch) | |
| tree | 0de7b5bac9e1d6909c39a67bba6f69d16e1e8111 /Makefile.am | |
| parent | 979b00e4576f343f2aa63f3f2be94bc43c90d3d7 (diff) | |
autotools upgrade
proper directory organization for source
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/Makefile.am b/Makefile.am index 2c97931..3920780 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,14 +1 @@ -bin_PROGRAMS = hasciicam - -hasciicam_SOURCES = \ - hasciicam.c \ - ftplib.c - -hasciicam_LDADD = @LIBS@ - -man_MANS = hasciicam.1 - -EXTRA_DIST = \ - ${man_MANS} \ - README \ - COPYING +SUBDIRS = src doc |

