Selaa lähdekoodia

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

Bernhard Lehner 5 vuotta sitten
vanhempi
commit
edc84880f6
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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
 include $(TOP)/resources/Makefile.in-os
 
 
 ifeq ($(TARGET_OS),LINUX) 
 ifeq ($(TARGET_OS),LINUX) 
-	LIBS += -ldl
+	LIBS += -ldl -lrt
 endif
 endif
 
 
 all: $(PROG)
 all: $(PROG)

+ 1 - 1
examples/embedded_cpp/Makefile

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