Ver código fonte

Merge branch 'master' of https://github.com/civetweb/civetweb

Bernhard Lehner 5 anos atrás
pai
commit
edc84880f6
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      examples/embedded_c/Makefile
  2. 1 1
      examples/embedded_cpp/Makefile

+ 1 - 1
examples/embedded_c/Makefile

@@ -18,7 +18,7 @@ LIBS = -lpthread
 include $(TOP)/resources/Makefile.in-os
 
 ifeq ($(TARGET_OS),LINUX) 
-	LIBS += -ldl
+	LIBS += -ldl -lrt
 endif
 
 all: $(PROG)

+ 1 - 1
examples/embedded_cpp/Makefile

@@ -18,7 +18,7 @@ LIBS = -lpthread
 include $(TOP)/resources/Makefile.in-os
 
 ifeq ($(TARGET_OS),LINUX) 
-	LIBS += -ldl
+	LIBS += -ldl -lrt
 endif
 
 all: $(PROG)