add -fPIC option to the C compiler, required in f31
[vsys.git] / .dep
diff --git a/.dep b/.dep
index 60ed53b..ed3cb74 100644 (file)
--- a/.dep
+++ b/.dep
@@ -14,9 +14,11 @@ fifowatcher.cmo: splice.cmo inotify.cmi globals.cmo fdwatcher.cmo \
     dirwatcher.cmo 
 fifowatcher.cmx: splice.cmx inotify.cmi globals.cmx fdwatcher.cmx \
     dirwatcher.cmx 
-frontend.cmo: globals.cmo directfifowatcher.cmo 
-frontend.cmx: globals.cmx directfifowatcher.cmx 
-main.cmo: inotify.cmi globals.cmo frontend.cmo fifowatcher.cmo fdwatcher.cmo \
-    dirwatcher.cmo conffile.cmo backend.cmo 
-main.cmx: inotify.cmi globals.cmx frontend.cmx fifowatcher.cmx fdwatcher.cmx \
-    dirwatcher.cmx conffile.cmx backend.cmx 
+frontend.cmo: unixsocketwatcher.cmo globals.cmo directfifowatcher.cmo 
+frontend.cmx: unixsocketwatcher.cmx globals.cmx directfifowatcher.cmx 
+main.cmo: inotify.cmi globals.cmo frontend.cmo fdwatcher.cmo dirwatcher.cmo \
+    directfifowatcher.cmo conffile.cmo backend.cmo 
+main.cmx: inotify.cmi globals.cmx frontend.cmx fdwatcher.cmx dirwatcher.cmx \
+    directfifowatcher.cmx conffile.cmx backend.cmx 
+unixsocketwatcher.cmo: globals.cmo fdwatcher.cmo 
+unixsocketwatcher.cmx: globals.cmx fdwatcher.cmx