Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 88 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88 Rev 106
Line 11... Line 11...
11
@@ -2094,6 +2094,10 @@
11
@@ -2094,6 +2094,10 @@
12
   add_module_path("#lib_prefix#/modules");
12
   add_module_path("#lib_prefix#/modules");
13
 #endif
13
 #endif
14
 
14
 
15
+  // Debian paths
15
+  // Debian paths
16
+  add_include_path("/usr/local/lib/pike"+__REAL_VERSION__)+"/include";
16
+  add_include_path("/usr/local/lib/pike"+__REAL_VERSION__+"/include");
17
+  add_module_path("/usr/local/lib/pike"+__REAL_VERSION__+"/modules");
17
+  add_module_path("/usr/local/lib/pike"+__REAL_VERSION__+"/modules");
18
+
18
+
19
 #if "#cflags# "[0]!='#'
19
 #if "#cflags# "[0]!='#'
20
   cflags = "#cflags#";
20
   cflags = "#cflags#";
21
 #endif
21
 #endif