]> rtime.felk.cvut.cz Git - orte.git/blob - orte/examples/spy/Makefile.am
CygWin, MSVC hack
[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   = ../../liborte/liborte.a $(win_libs)
8