Browse Source

Fix linking for the IMS-QOS module

Carsten Bock 12 years ago
parent
commit
50a041f5c0
1 changed files with 4 additions and 0 deletions
  1. 4 0
      modules/ims_qos/Makefile

+ 4 - 0
modules/ims_qos/Makefile

@@ -15,4 +15,8 @@ SERLIBPATH=../../lib
 SER_LIBS+=$(SERLIBPATH)/kcore/kcore
 SER_LIBS+=$(SERLIBPATH)/kcore/kcore
 SER_LIBS+=$(SERLIBPATH)/ims/kamailio_ims
 SER_LIBS+=$(SERLIBPATH)/ims/kamailio_ims
 
 
+ifneq ($(OS),darwin)
+	LIBS += -lrt
+endif
+
 include ../../Makefile.modules
 include ../../Makefile.modules