]> cygwin.com Git - cygwin-apps/cygutils.git/blob - src/col/Makefile.am
Add col; regenerate autofiles
[cygwin-apps/cygutils.git] / src / col / Makefile.am
1 ## Makefile.am -- Process this file with automake to produce Makefile.in
2
3 INCLUDES = -I$(top_builddir) -I$(top_srcdir)
4
5 bin_PROGRAMS = col
6 man_MANS = col.1
7 col_SOURCES = col.c err.c err.h
8
9 noinst_HEADERS = err.h
10 EXTRA_DIST = README.col
This page took 0.035787 seconds and 5 git commands to generate.