]> cygwin.com Git - cygwin-apps/cygutils.git/blob - src/cygstart/Makefile.am
Add cygstart
[cygwin-apps/cygutils.git] / src / cygstart / 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 if WITH_WINDOWS_PROGRAMS
6 windows_progs = cygstart
7 endif
8 bin_PROGRAMS = $(windows_progs)
9
10 man_MANS = cygstart.1
11
12 EXTRA_PROGRAMS = cygstart
This page took 0.034419 seconds and 5 git commands to generate.