]> rtime.felk.cvut.cz Git - orte.git/blob - orte/examples/ping/Makefile.am
Add Meson buildsystem support
[orte.git] / orte / examples / ping / Makefile.am
1 bin_PROGRAMS = orteping
2
3 orteping_SOURCES = orteping.c
4 orteping_LDADD   = -L$(top_builddir)/orte/liborte/ -lorte
5
6 EXTRA_DIST = Makefile Makefile.omk \
7 msvc
8
9 dist-hook:
10         cp -f  $(srcdir)/Makefile $(distdir)/Makefile