Show
Ignore:
Timestamp:
08/26/09 17:19:39 (15 years ago)
Author:
bhilburn
Message:

Fixed local includes. In order for autofoo installs to work, the
install breaks.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/libvtcross/swig/libvtcross.i

    r412 r439  
    1717%module cross 
    1818%{ 
    19 #include "libvtcross.h" 
    20 #include "containers.h" 
     19#include "vtcross/libvtcross.h" 
     20#include "vtcross/containers.h" 
    2121%} 
    2222 
     
    2525%include "std_string.i" 
    2626 
    27 %include "containers.h" 
    28 %include "libvtcross.h" 
     27%include "vtcross/containers.h" 
     28%include "vtcross/libvtcross.h" 
    2929 
    3030%apply const std::string & { std::string * };