Squashed 'third_party/rawrtc/re/' content from commit f3163ce8b
Change-Id: I6a235e6ac0f03269d951026f9d195da05c40fdab
git-subtree-dir: third_party/rawrtc/re
git-subtree-split: f3163ce8b526a13b35ef71ce4dd6f43585064d8a
diff --git a/src/mqueue/mod.mk b/src/mqueue/mod.mk
new file mode 100644
index 0000000..6e1d865
--- /dev/null
+++ b/src/mqueue/mod.mk
@@ -0,0 +1,11 @@
+#
+# mod.mk
+#
+# Copyright (C) 2010 Creytiv.com
+#
+
+SRCS += mqueue/mqueue.c
+
+ifeq ($(OS),win32)
+SRCS += mqueue/win32/pipe.c
+endif