]> cygwin.com Git - cygwin-apps/cygutils.git/blame - src/banner/Makefile.am
Add col; regenerate autofiles
[cygwin-apps/cygutils.git] / src / banner / Makefile.am
CommitLineData
6cc111d5
CW
1## Makefile.am -- Process this file with automake to produce Makefile.in
2
3INCLUDES = -I$(top_builddir) -I$(top_srcdir)
4
5if WITH_WINDOWS_PROGRAMS
6windows_progs = banner
7endif
8bin_PROGRAMS = $(windows_progs)
9
10banner_LDADD = -lkernel32 -lgdi32
11
12EXTRA_PROGRAMS = banner
This page took 0.023403 seconds and 5 git commands to generate.