Explorar el Código

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

Bernhard Lehner hace 5 años
padre
commit
edc84880f6
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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)