소스 검색

Update Makefile.am

MaximilianBauer 10 년 전
부모
커밋
e3e29333ca
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      Makefile.am

+ 5 - 2
Makefile.am

@@ -35,5 +35,8 @@ endif
 if ENABLE_DOXYGEN
 	SUBS+= doc
 endif
-#SUBDIRS = $(SUBS) examples/src		
-#under Windows this is not possible because of include <sys/select.h> in open62541\example\scr\networklayer.h
+	
+if TARGET_WIN
+else
+SUBDIRS = $(SUBS) examples/src	
+endif