]> rtime.felk.cvut.cz Git - orte.git/blob - orte/examples/spy/Makefile.am
4ee40e51a77674174db77691a4389162895effac
[orte.git] / orte / examples / spy / Makefile.am
1 bin_PROGRAMS = ortespy
2
3 ortespy_SOURCES = ortespy.c
4 if CONFIG_ORTE_MINGW
5   win_libs= $(top_srcdir)/orte/contrib/win_pthread/libpthreadGC.a
6 endif
7 ortespy_LDADD   = $(top_builddir)/orte/liborte/liborte.la $(win_libs)
8 ortespy_LDFLAGS = -static
9
10