diff options
| author | Jaromil <[email protected]> | 2008-06-26 14:34:25 (GMT) |
|---|---|---|
| committer | Jaromil <[email protected]> | 2008-06-26 15:23:29 (GMT) |
| commit | 5fe0b4693eb646e77f2f42e0b1e6fb98c44a7af4 (patch) | |
| tree | 46ba4a9034e6244b4ce418c710dc6b892c2e6f91 /Makefile.am | |
| parent | 36a81e767814daed82fdbe7c150336dc4326409b (diff) | |
svn->git migration and repository re-organization
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..2c97931 --- a/dev/null +++ b/Makefile.am @@ -0,0 +1,14 @@ +bin_PROGRAMS = hasciicam + +hasciicam_SOURCES = \ + hasciicam.c \ + ftplib.c + +hasciicam_LDADD = @LIBS@ + +man_MANS = hasciicam.1 + +EXTRA_DIST = \ + ${man_MANS} \ + README \ + COPYING |

