]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/manager/Makefile.am
RTNet and MinGW compilation correction
[orte.git] / orte / manager / Makefile.am
index 808cbf03c9a4d1bc0ce80d1185de88f61c584bf4..958f9203776cf3a7294c1f184551b1cffff51292 100644 (file)
@@ -9,9 +9,6 @@ ortemanager_SOURCES = ortemanager.c
 if CONFIG_ORTE_WIN
   ortemanager_SOURCES += service.c
 endif
-if CONFIG_ORTE_MINGW
-  win_libs= $(top_srcdir)/orte/contrib/win_pthread/libpthreadGC.a 
-endif
-ortemanager_LDADD   = $(top_builddir)/orte/liborte/liborte.la $(win_libs)
+ortemanager_LDADD   = $(top_builddir)/orte/liborte/liborte.la 
 ortemanager_LDFLAGS = -static
 endif