]> cygwin.com Git - cygwin-apps/cygutils.git/blob - src/ipc/Makefile.am
rebootstrap
[cygwin-apps/cygutils.git] / src / ipc / 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_CYGIPC_PROGRAMS
6 cygipc_progs = semtool shmtool msgtool semstat
7 endif
8 bin_PROGRAMS = $(cygipc_progs)
9
10 EXTRA_PROGRAMS = semtool shmtool msgtool semstat
This page took 0.032218 seconds and 5 git commands to generate.